Capture Key Events
|
Popularity: (195)
Tags: flash key capture events Link: Visit It >> |
Capture key events. Author: Website: Page 1 ! 1 1 Draw a circle select it and hit F8. Give the movie the name of c... (Key.isDown(Key.LEFT)){ this._x -=5 } } The code is fairly well self-explanatory. When the left key is down each time ...