/ Published in: ActionScript 3
Expand |
Embed | Plain Text
image.height = stage.stageHeight; image.width = stage.stageWidth; image.scaleX = image.scaleY = Math.max( image.scaleX, image.scaleY );
You need to login to post a comment.
