>how do i set end of movie auto return to
>normal mode(without pressing Esc) and also go to next frame??

Try this in a frame script:

on exitFrame
   if sprite(x).movieRate <> 0 then
     go the frame
   end if
end exitFrame

And by the way, you'll get better video performance if you do

puppetTempo 1

before you start the video. Reset the frame rate after the video is done.

Cordially,
Kerry Thompson
Learning Network


[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!]

Reply via email to