pinkfloydass

BG Movie

Apr 5th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Stage.scaleMode = "noScale"
  2. Stage.align = "TL";
  3. myListener = new Object();
  4. myListener.onResize = function()
  5. {
  6. _root.kap0rbackground._width= Stage.width;
  7. _root.kap0rbackground._height = Stage.height;
  8. }
  9.  
  10. Stage.addListener(myListener);
  11. _root.kap0rbackground._width= Stage.width;
  12. _root.kap0rbackground._height = Stage.height;
Add Comment
Please, Sign In to add comment