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

  1. if(_root.difficulty == "1")
  2. {
  3.    _root.rustung2 = 0.5;
  4. }
  5. if(_root.difficulty == "2")
  6. {
  7.    _root.rustung2 = 0;
  8. }
  9. if(_root.difficulty == "3")
  10. {
  11.    _root.rustung2 = -0.5;
  12. }
  13.