home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Graviton.swf / scripts / DefineSprite_98 / frame_15 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  149 b   |  9 lines

  1. stop();
  2. set("/:ready","1");
  3. tellTarget("../")
  4. {
  5.    set("/:ufowidth",_width / "2");
  6.    set("/:ufoheight",_height / "2");
  7.    gotoAndStop(2);
  8. }
  9.