PDA

View Full Version : very noobish question



rageaholic
February 9th, 2006, 10:12 PM
ok im confused and i cant seem to find a tutorial on this subject. if i was trying to make, say a ship that had fire coming out the back when going forward, how would i do the actionscript to make it so that it changes to the ship with fire coming out to the one that is normal.

thanks.

squishy
February 9th, 2006, 11:18 PM
???:look:

nathan99
February 10th, 2006, 12:08 AM
//if moving
this.gotoAndStop("fire frame")

:)