Is this a stage listener?
Is this a stage listener?
Out of context: Reply #10
- Started
- Last post
- 26 Responses
- UndoUndo0
try
function onResize ():Void
{
_root.mauiflower._width = Stage.width;
_root.mauiflower._height = Stage.height;
}
Stage.addListener(th is);