home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / the_lost_vikings.swf / scripts / DefineSprite_323_RunnerClass / frame_302 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  184 b   |  11 lines

  1. this.Obj_Health--;
  2. if(this.Obj_Health > 0)
  3. {
  4.    this.setHndlr(1,this.Runner_Crash);
  5.    this.gotoAndPlay("Runner_Crash_Loop");
  6. }
  7. else
  8. {
  9.    this.gotoAndPlay("Runner_Splat");
  10. }
  11.