Try dis

on startmovie
  -- set up stage size
  myDrawRectFullScreen
end

on myDrawRectFullScreen  -- resizes to fill screen
  if the runMode="Author" then
    go next
  else
    (the stage).rect = the desktopRectList[1]
    (the stage).drawRect = the desktopRectList[1]
    updatestage
  end if
end



on 7/24/01 3:44 PM, Kerry Thompson at [EMAIL PROTECTED] wrote:

> 
>> is there a way to resize a projector to full screen?
>> the movie is 800X600
> 
> Depends on what you mean. When you create the projector, click on Options,
> and click the "Full Screen" check-box. It won't change the stage size, but
> it will fill the screen with a black border (or, I believe, whatever color
> you have your stage set to). Also, click the Center option.
> 
> If you want to resize the stage, you're in for a world of hurt. Do you plan
> on rearranging all your sprites? I believe they will maintain their
> relative x-y coordinates. If you go to a smaller stage, sprites in the
> lower right will be cut off. If you go to a larger stage, you will have a
> big blank area in the lower right.
> 
> HTH.
> 
> 
> Cordially,
> 
> Kerry Thompson
> 
> 
> [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!]
> 


Court Batson
[EMAIL PROTECTED]
http://www.bentmedia.com/
Bent Media, Inc.
128 South Clark Street
New Orleans, LA 70119-6103
(504) 488-2848 x21 Voice
(504) 488-2979 Fax



[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