home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineSprite_3126 / frame_92 / DoAction_2.as next >
Encoding:
Text File  |  2007-03-20  |  988 b   |  42 lines

  1. _root.q.charack.man.gotoAndStop(1);
  2. _root.dungeon.gotoAndStop(1);
  3. _root.hp.hpnow = _root.hp.hpalways / 2;
  4. _root.hp.hpnow = _root.hp.hpalways;
  5. _root.move.gotoAndStop(1);
  6. if(_root.sumpflevel == "0")
  7. {
  8.    _root.bg._x = 150;
  9.    _root.bg3._x = 25100;
  10.    _root.bg2._x = 11800;
  11.    _root.bgg._x = 100;
  12.    _root.bg4._x = 31530;
  13.    _root.bg4._y = 193;
  14.    _root.bgg._y = 160;
  15.    _root.bg._y = 305;
  16.    _root.bg2._y = 538;
  17.    _root.dd._y = 9000;
  18.    _root.dd2._y = 9000;
  19.    _root.dd4._y = 9000;
  20.    _root.dd5._y = 9000;
  21.    _root.dd3._y = 9000;
  22.    _root.bg3._y = 556;
  23. }
  24. else if(_root.sumpflevel == "22")
  25. {
  26.    _root.bg._x = -20680;
  27.    _root.bg3._x = 4300;
  28.    _root.bg4._x = 10710;
  29.    _root.bg4._y = 193;
  30.    _root.bg2._x = -9050;
  31.    _root.bgg._x = 100;
  32.    _root.bgg._y = 160;
  33.    _root.bg._y = 305;
  34.    _root.bg2._y = 538;
  35.    _root.bg3._y = 556;
  36.    _root.dd._y = 9000;
  37.    _root.dd2._y = 9000;
  38.    _root.dd4._y = 9000;
  39.    _root.dd5._y = 9000;
  40.    _root.dd3._y = 9000;
  41. }
  42.