home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_03
/
DSS127_03.swf
/
scripts
/
frame_30
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
4KB
|
115 lines
stop();
gereTextes.masqueLM({codeLM:"LM_TITRE_01"});
gereTextes.masqueLM({codeLM:"LM_TITRE_02"});
gereTextes.masqueLM({codeLM:"LM_TITRE_03"});
gereTextes.masqueLM({codeLM:"LM_TITRE_04"});
gereTextes.masqueLM({codeLM:"LM_TITRE_05"});
gereTextes.masqueLM({codeLM:"LM_TITRE_06"});
gereTextes.masqueLM({codeLM:"LM_TITRE_07"});
gereTextes.masqueLM({codeLM:"LM_JEU_01"});
gereTextes.masqueLM({codeLM:"LM_JEU_02"});
gereTextes.masqueLM({codeLM:"LM_JEU_03"});
gereTextes.masqueLM({codeLM:"LM_CONSIGNE"});
gereTextes.masqueLM({codeLM:"LM_03_ITV_Q01"});
gereTextes.masqueLM({codeLM:"LM_03_ITV_Q02"});
gereTextes.masqueLM({codeLM:"LM_03_ITV_Q03"});
gereTextes.masqueLM({codeLM:"LM_03_ITV_Q04"});
gereTextes.masqueLM({codeLM:"LM_03_ITV_Q05"});
gereTextes.masqueLM({codeLM:"LM06_02"});
gereTextes.masqueLM({codeLM:"LM06_03"});
gereTextes.masqueLM({codeLM:"LM06_04"});
gereTextes.masqueLM({codeLM:"LM_07_01"});
gereTextes.masqueLM({codeLM:"LM_07_02"});
gereTextes.masqueLM({codeLM:"LM_VIDEO"});
swfStocker["A_" + gModuleName + "_WIKI_FUTUR"]._visible = 0;
swfStocker["A_" + gModuleName + "_BUG_FUTUR"]._visible = 0;
stopBruitage({nomSon:"B_RONFLE"});
stopBruitage({nomSon:"B_BAILLE"});
stopBruitage({nomSon:"B_RIRE_1"});
stopBruitage({nomSon:"B_RIRE_2"});
if(_global.HOTE !== undefined)
{
if(_global.HOTE.fromPastilles == 1)
{
_global.ChangeModule({codeRub:"DSS",numMod:5,A_GoLabel:"ATTENTE_RETOUR"});
}
else if(getPos(_global.HOTE.gListeVu_DSS127[2],0) == -1)
{
gotoAndStop("FIN_01");
play();
}
}
var i = 1;
while(i <= 7)
{
this["ZONE_" + gimme2digits(i)].pZone = i;
this["ZONE_" + gimme2digits(i)].onRollOver = function()
{
this.useHandCursor = 0;
if(_global.HOTE == undefined)
{
this.useHandCursor = 1;
gereCursor(2);
this.gotoAndStop("E2");
gereTextes.afficheIB({mc:this,codeIB:"IB" + gimme2digits(this.pZone),X:this._x,Y:this._y});
joueBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
}
else if(_global.HOTE.gListeVu_DSS127[2][this.pZone - 1] == 0)
{
this.useHandCursor = 1;
gereCursor(2);
this.gotoAndStop("E2");
gereTextes.afficheIB({mc:this,codeIB:"IB" + gimme2digits(this.pZone),X:this._x,Y:this._y});
joueBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
}
};
this["ZONE_" + gimme2digits(i)].onRollOut = function()
{
gereCursor(1);
this.gotoAndStop("E1");
gereTextes.masqueIB({codeIB:"IB" + gimme2digits(this.pZone)});
stopBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
};
this["ZONE_" + gimme2digits(i)].onPress = function()
{
if(_global.HOTE == undefined)
{
gereCursor(1);
this.gotoAndStop("E1");
gereTextes.masqueIB({codeIB:"IB" + gimme2digits(this.pZone)});
stopBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
trace("GO LAB_" + gimme2digits(this.pZone));
switch(this.pZone)
{
case 3:
_root.gotoAndStop("LAB_03");
break;
case 7:
_root.gotoAndStop("07_00_A");
break;
default:
_root.gotoAndStop(gimme2digits(this.pZone) + "_00");
}
}
else if(_global.HOTE.gListeVu_DSS127[2][this.pZone - 1] == 0)
{
gereCursor(1);
this.gotoAndStop("E1");
gereTextes.masqueIB({codeIB:"IB" + gimme2digits(this.pZone)});
stopBruitage({nomSon:"B_" + gimme2digits(this.pZone)});
switch(this.pZone)
{
case 3:
_root.gotoAndStop("LAB_03");
break;
case 7:
_root.gotoAndStop("07_00_A");
break;
default:
_root.gotoAndStop(gimme2digits(this.pZone) + "_00");
}
}
};
i++;
}