Skip to main content
Participant
January 28, 2021
Question

Why am I seeing off stage when I test movie?

  • January 28, 2021
  • 1 reply
  • 446 views

You shouldn't be able to see the stars since they're off stage but when I test the movie you can see them ... 

Please help, I can't find anything on this issue. 

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
January 28, 2021
Loading

There are different scalemodes, and the default one is ShowAll, which will reveal things off stage if the window is wide enough. Either present the SWF in a window that you control the width of, or try setting the scalemode to something else. NoBorder for example will prevent the stars from appearing, but as you make the window super wide, the top and bottom of the stage will become cropped.

This is the script to add to frame 1:

 

stage.scaleMode = "noBorder";