Guest User

Untitled

a guest
Oct 15th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var originalHeight:Number = img.height;
  2.  
  3. img.height = stage.stageHeight;
  4.  
  5. img.scaleX = img.scaleY = originalHeight / stage.stageHeight;
Add Comment
Please, Sign In to add comment