onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this._x = this._x+10;
}
}
I cannot get this to work in KM. I am trying to move an object when the arrow keys are pressed.
|
Results 1 to 3 of 3
Thread: whats wrong with this?Threaded View
|
Click Here to Expand Forum to Full Width |