home *** CD-ROM | disk | FTP | other *** search
- _root.itembar_refresh();
- _root.drat._visible = _root.ii1 == 0;
- if(_root.ii2 == 0)
- {
- _root.hodiny.gotoAndStop(1);
- }
- else if(_root.ii2 == 1)
- {
- _root.hodiny.gotoAndStop(2);
- }
- else
- {
- _root.hodiny._visible = false;
- }
- if(_root.ii2 == 1 && _root.ii3 == 1)
- {
- _root.ii3 = 2;
- }
- _root.svacina._visible = _root.ii3 < 2;
- if(_root.ii3 == 2)
- {
- _root.kos.gotoAndStop(2);
- }
-