home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 October / PCWELT_10_2006.ISO / fscommand / papers / 34.swf / scripts / frame_1 / DoAction_8.as < prev    next >
Encoding:
Text File  |  2006-08-11  |  216 b   |  13 lines

  1. if(this == _level0)
  2. {
  3.    Stage.showMenu = false;
  4.    Stage.align = "";
  5.    Stage.scaleMode = "noBorder";
  6.    this._width = Stage.width;
  7.    this._height = Stage.height;
  8. }
  9. else
  10. {
  11.    _xscale = _yscale = 100;
  12. }
  13.