home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší hry / Nejlepsi hry.iso / hry / 6zenichu / 6+1 install_txt.exe / 6 zenichu a 1 navic.exe / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2003-11-28  |  470 b   |  21 lines

  1. _root.itembar_refresh();
  2. _root.st_pivo = 3;
  3. _root.propiska._visible = _root.ii5 == 0 && _root.st_tonik < 2;
  4. if(_root.st_tonik == 1 || 0 < _root.ii5)
  5. {
  6.    _root.statni.gotoAndStop("after");
  7. }
  8. if(0 < _root.st_tonik)
  9. {
  10.    _root.tonik.gotoAndStop("vzadu");
  11. }
  12. if(_root.st_chirurg == 0)
  13. {
  14.    _root.popelnik._visible = false;
  15. }
  16. if(_root.st_chirurg == 0 || _root.st_chirurg >= 3)
  17. {
  18.    _root.chirurg.gotoAndStop("stopL");
  19.    _root.chirurg._visible = false;
  20. }
  21.