The easiest thing to do would be:
1) Get the desktopRectList (this is a Lingo property)
2) If there's more than one listed, set your stage to that rect.
It would be something akin to:
on startMovie
if (count(the desktopRectList) >=2) then
the stage.rect =the desktopRectList[2]
end if
end
This is how I'd at least start to try this, and assume it would work, but I
haven't tested it.
- Tab
At 08:31 PM 9/10/02, krista wrote:
>help?
>is it possible for me to specify a projector to launch on my secondary
>monitor with lingo ( on my PrepareMovie or something.. ? Or perhaps have a
>keypress that would switch it from primary to secondary and back type of
>thing?
>any ideas/resources on where to start would be great.
>
>thanks, :)
>
>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!]