home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_02
/
DSS127_02.swf
/
scripts
/
frame_486
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
758b
|
39 lines
function goBackITV()
{
if(gMusicOn)
{
soundObjects[gMusic].setVolume(gVolume);
}
gotoAndStop(itvRetour);
}
stop();
BT_X._visible = 0;
if(gMusicOn)
{
soundObjects[gMusic].setVolume(0);
}
joueBruitage({nomSon:"B_02_ITV_R" + gimme2digits(reponseITV),actionFin:"goBackITV"});
switch(reponseITV)
{
case 3:
IMG_ITV.gotoAndStop(1);
break;
case 4:
IMG_ITV.gotoAndStop(3);
break;
case 5:
IMG_ITV.gotoAndStop(4);
break;
case 6:
IMG_ITV.gotoAndStop(5);
break;
default:
IMG_ITV.gotoAndStop(1);
}
COUPESON.useHandCursor = 0;
COUPESON.onPress = function()
{
stopBruitage({nomSon:"B_02_ITV_R" + gimme2digits(reponseITV)});
goBackITV();
};