DP: Fly Ghostboy, Fly

game

Move your cursor over the 909 by 709 screen to make him move! No arrow tools needed ;D

roflmao I found the code of how to turn something into your cursor on a single screen and I just HAD to do this <': It was not as much work as that dress up. Had to fight with my watermarks though XD

Second try with action script and I learned that you can't understand a shit of action script XD It's just really weird ^^; Oh well, as long as it works, I'm cool with it :D

Now, help him fly would ya? D:

ps. The cursor code was
onClipEvent(load) { Mouse.hide(); } onClipEvent(enterFrame) {this._x = _root._xmouse; this._y = _root._ymouse; }
In case you were wondering. But you have to press F8 first and turn it into a movie clip :) Then press F9 to open the action screen, paste the code and TADAH!!! It works!