>The thing to take into notice is that the 'quit' command does quit the
>Director application while you are authoring, and sometimes it can be
>annoying while you are testing it. Instead, use 'halt' command. In Director,
>the 'halt' command stops the movie. In projectors, it acts just like 'quit'
>command and quits the projector.

To my knowledge, the halt command prevents the stopMovie handler from running.

I prefer the following to get the best of both worlds

if the runMode = "author" then
  stopMovie
  halt
else
  quit
end if


Bruce



[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