On Tue, Jan 31, 2006 at 09:56:48PM +0000, Jono Bacon wrote: > I am having a bit of trouble trying to delay for a few seconds between > two frames. To do the delay I believe I need to use actionscript, but > my code below doesnt work:
Try to introduce a counter (which specifies, in the granularity of fps, the delay length, and is decreased with each iteration). Then use GotoFrame() as long as the counter is non-zero. That so far worked for me. I can try to dig up some example code in case you need it. Greetings Matthias _______________________________________________ Swftools-common mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/swftools-common
