>Hey Folks,
>
>I hope some one can help me. Does anyone know how to make a projector fit
>any monitor screen. That is to say, no matter what size a monitor you use
>to watch your projector, it will always fill the screen. I know this can
>be done with flash, but can it be done with Director?
>
>Thanks for all your HELP.
>
>
>_____________________________________________
This works in D8:
--set the stage to full screen on the main monitor
monitorRect = the deskTopRectList[1]
the centerStage = 1
(the stage).rect =monitorRect
(the stage).drawrect = monitorRect
but its not quite the same thing to scale bitmaps in director as it is to
scale vectors in flash.
RJ
[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!]