I'm working on a space invaders type game and I'm working on learning Action Script. If someone can help and tell me the code to make the ship move up and down. The target name is 'ship' Thanks -mario
In this space invaders game I'm working on how would I make the movie clip 'bullet' follow movie clip "ship" and when the space bar is pressed make bullet._alpha+=100 and the bullet move from left to right on the screen and it it hits Movie CLip "BadGuy1" the movie clip...
How do I make a movie clip stop at the top & bottom of the movie. So far I have this.I have this already haveon
ClipEvent(load){
speed = 5;
}
onClipEvent (enterFrame) {
(Key.isDown(key.DOWN))?(this._y+=speed):null;
(Key.isDown(key.UP))?(this._y-=speed):null;
updateAfterEvent();
}
I think they computer companies should make like a remote pda thing where you see your screen on a small lcd screen and you can do things from away from the pc. WHat you would need this for. I have no idea.
Hi, I am working on a space invaders type game. I would like to know the code to make the x pos to move up and down when the up & down arrows keys are pressed. Thanks -mario
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.