/ 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.
blainejoubert on 01/22/09
1 person have marked this snippet as a favorite
stage.addEventListener(Event.RESIZE, resizePlease); function resizePlease(e:Event) { backgroundImage.width = stage.stageWidth }
You need to login to post a comment.