home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / correjoaninha.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2008-03-07  |  196 b   |  11 lines

  1. stop();
  2. var salvaRecorde = true;
  3. clearInterval(intvRecorde);
  4. intvRecorde = setInterval(function()
  5. {
  6.    clearInterval(intvRecorde);
  7.    gotoAndStop("recordes");
  8. }
  9. ,2000);
  10. stopAllSounds();
  11.