on begin Sprite --all set into a score-script, behaviour
startTimer
end beginSprite


on enterFrame
if the timer >= 3 * 60 then --could be altered to whatever, now in seconds..
alert "Director"  -- do the stuff..
else
go to the frame
end if
end enterFrame

on exitFrame
go to the frame
end exitFrame

Something like this or set startTimer from moviescipt in handle: on startMovie


++++++++++++++++++++++++++++++++++++++++
Quoting ramesh <[EMAIL PROTECTED]>:

> hi there,
> 
> does anyone out there know how to have director pause for a specified
> period
> of time while the processor is running? I would like it to iterate a
> loop
> after pausing for a certain number of ms.
> 
> thanx!
> 
> Ramesh
> 
> 
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/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!]
> 


-------------------------------------------------
FREE E-MAIL IN 1 MINUTE!
 - [EMAIL PROTECTED] - http://www.pc.nu
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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!]

Reply via email to