all works fine at moment but my ship is flying inside a square white, what can i do? i wont that white square!!! i have my own ship and my own background, SUM1 LEAVE ME A SHOUT PLEASEEEEEEEEEEEEEEEEEEE
OMG plz some1 help me in step 10 i have it like this:
class Ship extends MovieClip
{
var velocity;
function onLoad()
{
velocity = 10;
}
function onEnterFrame()
{
if( Key.isDown(Key.RIGHT) )
{
_x = _x + velocity;
}
}
is it good? leave me a shout plzzzzzzzzz