so I'm using this to deal with the negative number pulled by the
desktoprectlist - seems to work - perhaps a little bulky. i'm not sure.

global secLT
global secRT

on startmovie
  secLT=getAt(getAt(the deskTopRectList, 2),1)
  secRT=getAt(getAt(the deskTopRectList, 2),4)
  secLT= secLT*-1
  put secLT
  put secRT
end

blah blah...

on myDrawRectFullScreen2
  (the stage).rect = the desktopRectList[2]
  (the stage).drawRect = rect(0, 0, secLT, secRT)

end 

so very last question. does the exe always have to occupy the entire 2
monitor desktop when set to play full screen? can i trick it into only using
one or the other with lingo?

Thanks for all the help.

Cheers,
Krista

[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