home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / megaman_rpg.swf / scripts / DefineSprite_472 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  107 b   |  10 lines

  1. tellTarget("/megaman")
  2. {
  3.    gotoAndPlay(2);
  4. }
  5. play();
  6. tellTarget("/cover")
  7. {
  8.    gotoAndPlay(1);
  9. }
  10.