Loading...
onClipEvent (load) {
power = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
this._x -= power;
if (Key.isDown(Key.CONTROL)) {
...
206 views
I stepped on a stickman.... oops
97 views