home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Graviton.swf / scripts / DefineSprite_57 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  123 b   |  8 lines

  1. width = _width / "2";
  2. height = _height / "2";
  3. x1 = _X;
  4. y1 = _Y;
  5. m = height / width;
  6. _visible = "0";
  7. gotoAndPlay(2);
  8.