Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Flash CS3 Tutorial 2 - Creating Money

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
1,811
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Nov 2, 2008

This is a tutorial on how to create money on flash games.
here's the code for moving characters:

onClipEvent(enterFrame) {
if(Key.isDown(Key.RIGHT)) {
_x+=10
}
if(Key.isDown(Key.LEFT)) {
_x-=10
}
if(Key.isDown(Key.UP)) {
_y-=10
}
if(Key.isDown(Key.DOWN)) {
_y+=10
}
}



Thanks Manifest222!

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 2 dislikes

Link to this comment:

Share to:

Uploader Comments (DiabloKiller124)

  • should it still work in micromedia flash pro 8 mine ent cs3 I done da codes right but it don't work

    inClipEvent(enterFrame) { if(_root.Character.hitTest(thi­s)) { _root.Money_Text += 10  unloadMovie(this) }

    }

  • you have inClipEvent, its onClipEvent

  • Great video I have seen a few other ones but there all Geek termed and I can't understand them lol keep up the good work =]

  • thansk :)

    How bouts I make a video translating these 'geek' terms into real person terms? :P

see all

All Comments (10)

Sign In or Sign Up now to post a comment!
  • @narutodragonballz set your fps higher. right under the timeline, it says "12.0fps", double click it and change the fps to 30 ;)

  • Thats great tutorials! Never though that action script is so simple and easy to learn! Going to watch other tutorials :D (Yours ofcourse)

  • Even though u screwed up like 10 times, it helped a lot. Thanks for making it good quality and having a mic that doesn't suck ass like all these other tutorials. Easy to follow too. Thanks!

  • Hey, problem fixed, but one question. Can you put up the code for money? It's REALLY annoying to have to copy you, because we can't tell the difference between ) and }

  • Awesome vid. I have one problem with your moving code, however... Mine moves very slowly. If I had to give measurments, I'd say I go at about 1 cm per second. Any way to speed it up?

  • OMG it is for the first time that I could actually make something work in Flash. I love your guide, love it love it love it.

    Ok now for the question... does it mean I will have loads and loads of movie clips if I have a lot of money? Or is there a tag for that?

    Huggles

    Autumn

  • Awesome, thanks.

  • that would be good I learned HTML and CSS and I still don't understand half the books on them lol

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more