(说明:按动→ ← ↑ ↓ 控制MC方向)
原文件下载:
| stop(); var myListener = new Object(); myListener.onKeyDown = function() { if (Key.isDown(Key.LEFT)) { _root.mc._x -= 8; } else if (Key.isDown(Key.RIGHT)) { _root.mc._x += 8; } else if (Key.isDown(Key.UP)) { _root.mc._y -= 8; } else if (Key.isDown(Key.DOWN)) { _root.mc._y += 8; } }; Key.addListener(myListener); |
admin#flashas.net (#为@) 联系QQ:
:40777822
浙ICP备06033001号