home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / clowns.swf / scripts / DefineSprite_352 / frame_7 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  220 b   |  13 lines

  1. if(_parent.clowns[1].health > 0)
  2. {
  3.    totalBonus++;
  4.    healthBonus1++;
  5.    _parent.clowns[1].health -= 0.01;
  6.    _parent.updateHealth(_parent.clowns[1]);
  7.    _parent.addToScore(1);
  8. }
  9. else
  10. {
  11.    gotoAndPlay(9);
  12. }
  13.