Take on a huge complex filled with extras to collect/alternative ending and a super dooper FANCY secret character! MEL GIBSON IS NOT THE SECRET CHARACTER
class Ship extends MovieClip
{
var velocity;
function onLoad()
{
velocity = 10;
}
function onEnterFrame()
{
_x = _x + velocity;
}
function onEnterFrame()
{
if( Key.isDown(Key.RIGHT) )
{
_x = _x + velocity;
}
}
}
The same member name may not be repeated more than once.
Whats wrong?
holy crap that was scary
if u dont know what im talking about here is my friends screenshot http://i221.photobucket.com/albums/dd284/arken_otsute/ZOMG.jpg