Is this a stage listener?
Is this a stage listener?
Out of context: Reply #18
- Started
- Last post
- 26 Responses
- UndoUndo0
Stage.scaleMode = "noScale";
Stage.align = "TL";
myListener1 = new Object();
myListener1.onResize = function() {
//whatever you want to to when the stage resizes
};
Stage.addListener(myListener1);