/ Published in: ActionScript 3
Expand |
Embed | Plain Text
stage.addEventListener(Event.RESIZE, resizePlease); function resizePlease(e:Event) { backgroundImage.width = stage.stageWidth }
You need to login to post a comment.
