home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineSprite_966 / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2007-03-20  |  144 b   |  13 lines

  1. if(_root.difficulty == "1")
  2. {
  3.    hp = 15;
  4. }
  5. if(_root.difficulty == "2")
  6. {
  7.    hp = 20;
  8. }
  9. if(_root.difficulty == "3")
  10. {
  11.    hp = 25;
  12. }
  13.