Guest User

juan

a guest
Apr 27th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. onClipEvent(enterFrame) {
  2. if (Key.isDown(Key.ENTER)) {
  3. this._x += 4;
  4. }
  5. }
  6. //boton con la tecla enter
Advertisement
Add Comment
Please, Sign In to add comment