This content has been marked as final.
Show 5 replies
-
1. Re: How to loop an swf a set number of times?
kglad Mar 12, 2007 10:23 AM (in response to Ehrhart)you must initialize your counter in flash 8:
-
2. Re: How to loop an swf a set number of times?
Ehrhart Mar 13, 2007 5:27 AM (in response to kglad)Many thanks for that, kglad.
Robert -
3. Re: How to loop an swf a set number of times?
kglad Mar 13, 2007 7:37 AM (in response to Ehrhart)you're welcome. -
4. Re: How to loop an swf a set number of times?
postpunk May 23, 2007 4:44 PM (in response to kglad)This works for me as well, but i don't want it to jump to the final still frame. i need mine to loop three times, then plan through to the frame i want, stopping there. the frame i want is not the final frame in the swf. it is somewhere in the middle.
does that make sense? -
5. Re: How to loop an swf a set number of times?
kglad May 24, 2007 6:50 AM (in response to Ehrhart)sure. just label the frame you want that's "...in the middle." and use that label in your gotoAndStop() method.