At 12:45 PM -0700 9/11/02, you wrote:
>Update. so I take out the centerStage - it just screws everything up..
>go really simple with
>on myDrawRectFullScreen
> (the stage).rect = the desktopRectList[1]
> (the stage).drawRect = the desktopRectList[1]
>end
>
>on myDrawRectFullScreen2
> (the stage).rect = the desktopRectList[2]
-- add the below to fit the movie to the screen size:
(the stage).drawRect = \
rect(0, 0, the desktopRectList[2].width, the desktopRectList[2].height)
hth
-Buzz
>end
>
>this is okay - but it still top left justifys on the secondary (centers on
>the primary) - if the monitors are not the same res. - That is problem one.
>Also, the point is that I need to run 2 movies at the same time - keypresses
>to switch them between monitors... once one is open - I (at this point)
>would have to launch the other internally. Though I am on a mac, and not
>sure if it takes over both desktops playing full screen on the pc. problem 2
>
>Sorry for all the messages. There is noone around me with any lingo/director
>knowledge, and i'm a bit stuck.
>
>Krista
>> on myDrawRectFullScreen2
>> (the stage).rect = the desktopRectList[2]
>> the centerStage = TRUE
>> end
>>
>> on myDrawRectFullScreen
>> (the stage).rect = the desktopRectList[1]
>> (the stage).drawRect = the desktopRectList[1]
>> the centerStage = TRUE
>>
>>
>> One last shot at this. Any other input?
>>
>> Thanks again.
>>
>> Krista
>>
>>> From: Tab Julius <[EMAIL PROTECTED]>
>>> Reply-To: [EMAIL PROTECTED]
>>> Date: Tue, 10 Sep 2002 21:15:34 -0400
>>> To: [EMAIL PROTECTED]
>>> Cc: <[EMAIL PROTECTED]>
>>> Subject: Re: <lingo-l> specify secondary monitor with lingo?
>>>
>>>
>>> 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
>>
>> [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!]
>
>[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!]
[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!]