/ 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.
koriner on 01/28/11
5 people have marked this snippet as a favorite
kure69
AndrewPotter
onemanstudio
dubogii
merritt212
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.