ActionScript 2.0 :: Missiles Wont Go Away

Mar 12, 2008

i am making a game and the missiles that you have to shoot dont stop coming across the stage after you've won/lost.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Press Space Bar To Launch Some Missiles Up The Screen?

Oct 19, 2010

I press space bar to launch some missiles up the screen.My code works it is just I cant fire 1 missile at a time because pressing space bar to fire , then 2-3 missiles go at once.
//main

Code:I press space bar to launch some missiles up the screen.My code works it is just I cant fire 1 missile at a time because pressing space bar to fire , then 2-3 missiles go at once.

/main
if (dict[Keyboard.SPACE]==true ) {
myplayer.firemissile(mybackList); [code].....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved