9/4/2012 7:30:37 AM
Title:
Use keyboard to control the timeline
I am currently working on a Flash animation but in order to test it out properly I have to play it through 'till I get to the point I'm testing. I want to be able to go to, say, section 3 when I press 3 on my keyboard. This is for testing the animation only so I don't want to mess around adding buttons preferably.
To clarify
If I press 3, takes to section 3 named "front view" (for example)
Thanks
9/5/2012 11:58:15 AM
you can add a keyEvent Listener and inside the key listener function check which key is pressed using if condition and perform the required task.