home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / SpeedDrill.swf / scripts / DefineSprite_236_オープニングMC / frame_5 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  139 b   |  9 lines

  1. _root.attachMovie("03_発射台建築","OPENTOP3",3);
  2. with(_root.OPENTOP3)
  3. {
  4.    _x = 0;
  5.    _y = 0;
  6.    _alpha = 100;
  7. }
  8. this.stop();
  9.