home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / FrogIT.swf / scripts / DefineSprite_120 / frame_6 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  89 b   |  8 lines

  1. stop();
  2. stopAllSounds();
  3. tellTarget("/")
  4. {
  5.    gotoAndStop("level2");
  6.    play();
  7. }
  8.