home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / croc.swf / scripts / DefineSprite_233 / frame_47 / DoAction.as
Encoding:
Text File  |  2003-11-08  |  114 b   |  10 lines

  1. timer = Number(timer) + 1;
  2. if(Number(timer) == 100)
  3. {
  4.    gotoAndStop(78);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(36);
  9. }
  10.