Answered
How do I stop objects that are not on the stage appearing in a browser?
I have scrolling text in my ActionScript 3.0 code and this
involves the complete text scrolling in from outside the viewable
stage area onto the stage and then off it again.
However, when I view this in a web browser anything that is outside the stage is also displayed?! How do I stop the browser from displaying the objects outside of the stage and only display the objects when they are on stage?
Thanks very much.
Rhys
However, when I view this in a web browser anything that is outside the stage is also displayed?! How do I stop the browser from displaying the objects outside of the stage and only display the objects when they are on stage?
Thanks very much.
Rhys