At 12:29 PM -0500 10/16/00, Colby Dodson wrote:
>well the movie playback head pauses on this command but it never begins
>playing again...
>> From: Irv Kalb <[EMAIL PROTECTED]>
>> Reply-To: [EMAIL PROTECTED]
>> Date: Mon, 16 Oct 2000 09:39:51 -0700
>> To: [EMAIL PROTECTED]
>> Subject: Re: <lingo-l> writting a wait command
>>
>> property pEndTicks
>>
>> on prepareFrame me
>> -- This will set up a wait for 2 seconds, change it to whatever you want
>> pEndTicks = the ticks + (2 * 60)
>> end
>>
>> on exitFrame me
>> if the ticks < pEndTicks then
>> go to the frame
>> else
>> go to the frame + 1
>> end if
> > end
I just posted this code a little while - and there is a typo. The
"prepareFrame" handler should be a "beginSprite" handler.
PrepareFrame is called every frame, beginSprite is called only once.
Irv
--
Lingo / Director / Shockwave development for all occasions.
(Over two millions lines of Lingo code served!)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]