home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 September
/
PCWorld_2002-09_cd.bin
/
Akce
/
Quartet
/
Main
/
SPEECH.SWF
/
scripts
/
frame_7
/
DoAction.as
Wrap
Text File
|
2002-07-11
|
867b
|
27 lines
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);