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

  1. timer -= 1;
  2. if(0 >= timer)
  3. {
  4.    stop();
  5.    _parent.game.functions.killHero();
  6. }
  7. else
  8. {
  9.    gotoAndPlay(10);
  10. }
  11.