home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / aol8 / media / upgrade.swf / scripts / frame_120 / DoAction.as
Encoding:
Text File  |  2003-03-13  |  204 b   |  15 lines

  1. if(_global.doit != 1)
  2. {
  3.    timeup = 1000 * pausetime + getTimer();
  4.    _global.doit = 1;
  5. }
  6. if(getTimer() < timeup)
  7. {
  8.    gotoAndPlay(119);
  9. }
  10. else
  11. {
  12.    _global.doit = 0;
  13.    gotoAndPlay(121);
  14. }
  15.