home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 127 / MOBICLIC127.ISO / mac / DATA / DSS127 / DSS127_03 / DSS127_03.swf / scripts / frame_290 / DoAction.as
Text File  |  2010-09-13  |  153b  |  8 lines

  1. function gerePause()
  2. {
  3.    clearInterval(intervalPause);
  4.    gotoAndStop("AT_03_04");
  5. }
  6. intervalPause = setInterval(this,"gerePause",4000);
  7. stop();
  8.