>
>Where's the code ??

It was at the bottom of the message. Assuming you saved the settings in 
global variables, and declared them in the script that has your
stopMovie handler:

global gChanged
global gScrWidth
global gScrHgt
global gScrDepth

on stopMovie
   if gChanged then
     baSetDisplay (gScrWidth, gScrHgt, gScrDepth, "temp", false)
   end if
end

Is that what your were looking for?

Cordially,

Kerry Thompson


[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