home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / scooby.swf / scripts / DefineSprite_1060 / frame_112 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  98 b   |  9 lines

  1. if(gPuzzleRoot.cdplaying)
  2. {
  3.    gPuzzleRoot.fnNextCDSound();
  4. }
  5. else
  6. {
  7.    gotoAndStop(1);
  8. }
  9.