home *** CD-ROM | disk | FTP | other *** search
- function itemChange(obsahID, yPosun)
- {
- _root.speech.list.gotoAndStop(obsahID + 1);
- _root.speech.obsah.gotoAndStop(obsahID);
- _root.speech.obsah2.gotoAndStop(obsahID);
- _root.speech.scroller.deslocamento_max = yPosun;
- "_root.speech.scroller.carro:skok"(0);
- if(eval("_root.speech:snd") == 1)
- {
- stopAllSounds();
- _root.speech.sound.gotoAndPlay(obsahID * 2 + 1);
- }
- }
- _root.speech.clickDisabled._visible = 0;
- loadMovie("help_speech.swf","_root.speech.wHelp");
- _root.speech.wHelp._visible = 0;
- _root.speech.wHelp._y = 1000;
- _root.speech.obsah.gotoAndStop(100);
- _root.speech.obsah2.gotoAndStop(100);
- _root.speech.sound.gotoAndStop(100);
- _root.speech.list.gotoAndStop(1);
- "_root.speech.scroller.carro:skok"(0);
- set("_root.speech:snd",0);
- _root.speech.bSnd.gotoAndStop("disabled");
- stopAllSounds();
- itemChange(1,30);
-