At 13:26 -0500 10/02/04, Kerry Thompson wrote:

I put this:
on startMovie
  nothing
end

Which is the right thing to do, but there's also the additional safetynet-version. In your actual movie-level startMovie handler:


on startMovie param1
 if param1.objectP then
(*)    return
  end if
  ...

Which by the way, also offers an entry-point (*) for debugging unwanted events, so you could have shaved those two hours.
[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