Принцип такой:
- все что у вас запланировано к движению помещается в общий мувиклип.
- для перемещения мувиклипа с помощью клавиш на клавиатуре используйте класс Key.
Цитата:
|
The Key class is a top-level class whose methods and properties you can use without a constructor. Use the methods of the Key class to build an interface that can be controlled by a user with a standard keyboard. The properties of the Key class are constants representing the keys most commonly used to control applications, such as Arrow keys, Page Up, and Page Down.
|