Показать сообщение отдельно
Старый 18.02.2007, 13:09
pkfun вне форума Посмотреть профиль Отправить личное сообщение для pkfun Посетить домашнюю страницу pkfun Найти все сообщения от pkfun
  № 8  
Ответить с цитированием
pkfun

Регистрация: Feb 2006
Сообщений: 580
Принцип такой:
- все что у вас запланировано к движению помещается в общий мувиклип.
- для перемещения мувиклипа с помощью клавиш на клавиатуре используйте класс 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.