Staredit Network

Staredit Network -> Computers and Technical -> Actionscript help
Report, edit, etc...Posted by Centreri on 2006-03-06 at 19:20:43
I'm trying to make my first game, the regular shooter type when you're a space ship, etc, and I need to make the background move with movement of the spaceship.
How do I make it so that one layer goes to frame 'current frame plus one' using 'gotoAndPlay();' or something similar??
Report, edit, etc...Posted by MillenniumArmy on 2006-03-11 at 23:21:20
_root.[instance name of the background movieclip].nextFrame()
Report, edit, etc...Posted by Centreri on 2006-03-13 at 15:29:48
Thanks.
Next Page (1)