home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / frame_17 / DoAction.as
Text File  |  2002-11-01  |  680b  |  36 lines

  1. _root.shortcut = "-";
  2. _root.ic_none();
  3. if(random(3) == 1)
  4. {
  5.    if(_root.st_divka == 1 && _root.d16 & _root.naX(1))
  6.    {
  7.       _root.st_divka = 2;
  8.    }
  9.    else if(_root.st_divka == 2 && _root.d16 & _root.naX(8))
  10.    {
  11.       _root.st_divka = 3;
  12.    }
  13. }
  14. if(_root.st_ucitel == 1)
  15. {
  16.    _root.st_ucitel = 2;
  17. }
  18. if(_root.ii1 >= 2)
  19. {
  20.    _root.ucitel.gotoAndStop("stopK");
  21. }
  22. if(_root.st_hostinskyd == 0)
  23. {
  24.    _root.hostinskyd._visible = true;
  25. }
  26. else
  27. {
  28.    _root.hostinskyd._visible = false;
  29. }
  30. _root.but_hostinskyd._visible = _root.hostinskyd._visible;
  31. if(++_root.st_hostinskyd >= 3)
  32. {
  33.    _root.st_hostinskyd = 0;
  34. }
  35. _root.hrabe._visible = _root.st_hrabe < 2;
  36.