swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Actionscript and swfc problem


From: Matthias Kramm
Subject: Re: [Swftools-common] Actionscript and swfc problem
Date: Sun, 5 Feb 2006 09:48:56 +0100
User-agent: Mutt/1.5.6i

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








reply via email to

[Prev in Thread] Current Thread [Next in Thread]