Dear Sean!

I have faced a problem in this code that when the monitor resolution changes
the center is out, although the size of stage is as per the monitor
resolution but the stage offsets to upper left side if the resolution is
decreases and if the resolution increases it offsets to right bottom.
The centerstage = TRUE command also has been passed.

Any solution.

Regards.

Mahmood.


on 5/7/01 3:50 AM, Sean Wilson at [EMAIL PROTECTED] wrote:

>> I am looking for a code that will allow my movie to stretch to fill the
>> desktop area regardless of the user's screen resolution.
> 
> Try:
> 
> on prepareMovie
> tRect = (the deskTopRectList)[1]
> (the stage).rect = tRect
> (the stage).drawRect = tRect
> end
> 
> Maximises the stages rect in the first monitor found in your system's
> Display Properties. I've never  used this myself, but I understand that
> #text sprites don't respond well to drawRect changes.
> 
> HTH,
> -Sean.
> 
> 
> [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!]
> 
> 
> ************************************************************************
> * Tracking #: C475FAB1743FD511BD9400E018C5B87D7D5150ED
> *
> ************************************************************************


[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!]

Reply via email to