ActionScipt Help!
- sir5000
-
sir5000
- Member since: Oct. 9, 2008
- Offline.
-
- Forum Stats
- Member
- Level 22
- Gamer
Coo-ee, fellow Flashimators,
I need all of your help with some ActionScript 2.0 programming. I'm trying to make my flash animation loop, but how do I do that? What commands do I use and how do I use them?
It'd also help if you also posted some other basic helpful ActionScript commands.
- Denvish
-
Denvish
- Member since: Apr. 25, 2003
- Offline.
-
- Send Private Message
- Browse All Posts (15,977)
- Block
-
- Forum Stats
- Member
- Level 46
- Blank Slate
At 2/22/09 05:28 PM, sir5000 wrote: Coo-ee, fellow Flashimators,
I need all of your help with some ActionScript 2.0 programming. I'm trying to make my flash animation loop, but how do I do that? What commands do I use and how do I use them?
Put this on the last frame of the animation
gotoAndPlay(1);
It'd also help if you also posted some other basic helpful ActionScript commands.
Check out the Basic and Useful Links sections of AS: Main and/or AS3: Main (depending on which version you plan to use) to learn more about Actionscript.



