Fred:
There is the timer variable. If you use it with
setTimer() I think you can do what you want. So
the code might be.
on startmovie
setTimer() --This sets the timer to o and
starts it.
end
on exitFrame
--the 36000 is ten minutes. the timer stores
--ticks which are 1/60 of a second.
if(the timer > 36000)then
quit --If you want the application to stop.
end if
end
Jason
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
[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!]