;

PDA

Click to See Complete Forum and Search --> : HELP please


-Mystikal
09-02-2005, 03:36 PM
I have a game where you use the arrow keys to move some warrior dude.
I have a MC where there is a warrior facing up and then in the next frame him walking up.
How do i make it so that when you press the up button it goes to the walking
frame in the MC?

Ultra Pulse
09-02-2005, 04:12 PM
onclipevent(keydown){
if (key.isDown(key.UP)){
gotoandplay ("name of frame where he starts walking")
}
I'm not sure whether this will work, but it's worth a try.
NAME YOUR FRAMES

-Mystikal
09-02-2005, 07:31 PM
I dont know how to name them!

Bob Hartzell
09-03-2005, 08:25 AM
You can name them in at least 3 places - Views > List of Frames, Movie Overview and possibly in the Timeline by clicking at the top on a frame.