Is the projector running on 2000? Ive run across situations where "halt"
doesn't exit the presentation on 2000 machines. Instead, you have to use
"quit". I usually write a simple script like so:

If the runMode contains "Author" then
  halt
else
  quit
end if

This is so that in authoring, it will just stop the presentation, and not
quit out of director.

hth...

Morgan Bonar
Chief Creative Officer
p. 858.569.3400 ext.15
f.  858.569.3410
[EMAIL PROTECTED]
http://www.webcardinc.com

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Leif E. Wells
Sent: Wednesday, August 15, 2001 3:52 PM
To: [EMAIL PROTECTED]
Subject: Re: <lingo-l> how to "halt" when another program is opened?

Could it be the "Animate in Background" setting in your projector? I
think that it should be on for the script to continue after the
projector loses the focus.

>That should work; what kind of script are you in when you do this?
>Does the installer open?
>
>Try recompiling all scripts too, just to make sure.
>
>
>At 02:59 PM 8/15/01 -0400, Kelly Fischbach wrote:
>>I'm trying to open another program, and have my projector quit as soon as
I
>>do so. How do I do that?
>>
>>I have:
>>installerFile = the moviePath & "QuickTime:QuickTime Installer"
>>open installerFile
>>halt
>>
>>
>>But the projector keeps going.  What am I doing wrong?
>>
>>thanks!
>
>
>[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!]



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


[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