Here's the code-
onClipEvent(enterFrame) {
if(Key.isDown(Key.UP)) {
this._y -=5;
}
if(Key.isDown(Key.DOWN)) {
this._y +=5;
}
if(Key.isDown(Key.RIGHT)) {
this._x +=5;
}
if(Key.isDown(Key.LEFT)) {
this._x -=5;
}
}
(the order's different but it doesn't matter
@xLKxLuCkYY that's an option in the recording software(Camtasia Studio)
cgstuff1999 9 months ago
how do you get that circle around your arrow?
xLKxLuCkYY 9 months ago