home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 157
/
MOBICLIC157.ISO
/
mac
/
DATA
/
QZZ157
/
QZZ157_00
/
QZZ157_00.swf
/
scripts
/
frame_345
/
DoAction.as
Wrap
Text File
|
2013-09-17
|
514b
|
30 lines
var pNbVirtuel = 0;
var pNbReel = 0;
var i = 0;
while(i < gNbJoueurs_M[gManche - 1])
{
trace("gListeJoueurMixed[i].Type = " + gListeJoueurMixed[i].Type);
if(gListeJoueurMixed[i].Type == "VIRTUEL")
{
pNbVirtuel += 1;
}
else
{
pNbReel += 1;
}
i++;
}
if(pNbReel == 1)
{
var nom_du_son = "M3_C2_00";
}
else
{
var nom_du_son = "M3_C1_00";
}
gNextLabel = "JEU_M3_C2";
joueSon({nomSon:nom_du_son});
CAPITAINE.gotoAndPlay("E2");
initManche();
stop();