AS 2.0 gotoAndStop Issue
i'm having interesting problem flash game i'm creating.
it basic space ship shooter game i'm making , issue @ moment gotoandstop function.
i have several labeled frames, @ moment "intro" , "game."
while in game want user able exit intro page 'x'. in key listener coded gotoandstop( "intro" ) x button. however, when code executed space ship , enemy crafts continue exist , fly through intro screen.
if has insight how may rectify this, appreciated.
thanks!
it basic space ship shooter game i'm making , issue @ moment gotoandstop function.
i have several labeled frames, @ moment "intro" , "game."
while in game want user able exit intro page 'x'. in key listener coded gotoandstop( "intro" ) x button. however, when code executed space ship , enemy crafts continue exist , fly through intro screen.
if has insight how may rectify this, appreciated.
thanks!
make sure there stop() action in intro frame.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment