At 11:31 -0500 04/02/2002, Brian Lantz wrote:

>I have a projector that will run in a window, I can get the MIAW to open
>relative to the left of the monitor by using,
>set window("Glossary of Terms").rect = rect(199,113,749,358)
>
>I want the MIAW to open relative to stageLeft and stageTop, not relative to
>the left of the monitor. I've played with a few things, but can't get it...
>any suggestions?

Dis? :

window("Glossary of Terms").rect = \
   rect(the stageLeft, the stageTop, \
   the stageLeft + window("Glossary of Terms").sourceRect.width, \
   the stageTop + window("Glossary of Terms").sourceRect.height )

-- 

              Warren Ockrassa | http://www.nightwares.com/
  Director help | Free files | Sample chapters | Freelance | Consulting
        Author | Director 8.5 Shockwave Studio: A Beginner's Guide
                    Published by Osborne/McGraw-Hill
          http://www.osborne.com/indexes/beginners_guides.shtml
[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