home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_03
/
DSS127_03.swf
/
scripts
/
frame_590
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
1KB
|
42 lines
gereTextes.masqueLM({codeLM:"LM_07_01"});
gereTextes.masqueLM({codeLM:"LM_07_02"});
stop();
FEN_ROBOT.ROBOT_TETE.gotoAndStop(1);
FEN_ROBOT.HP.gotoAndStop(1);
if(getPos(done07,0) == -1)
{
gotoAndStop("ATTENTE");
}
else
{
var i = 1;
while(i <= 2)
{
this["ZONE_07_" + gimme2digits(i)].pZone = i;
this["ZONE_07_" + gimme2digits(i)].onRollOver = function()
{
gereCursor(2);
this.gotoAndStop("E2");
joueBruitage({nomSon:"B_FORMULE"});
gereTextes.afficheIB({mc:this,codeIB:"IB_07_" + gimme2digits(this.pZone),X:this._x,Y:this._y});
};
this["ZONE_07_" + gimme2digits(i)].onRollOut = function()
{
gereCursor(1);
this.gotoAndStop("E1");
stopBruitage({nomSon:"B_FORMULE"});
gereTextes.masqueIB();
};
this["ZONE_07_" + gimme2digits(i)].onPress = function()
{
gereTextes.masqueIB();
gereCursor(1);
this.gotoAndStop("E1");
stopBruitage({nomSon:"B_FORMULE"});
_root.done07[this.pZone - 1] = 1;
_root.gotoAndStop("07_" + gimme2digits(this.pZone) + "_A");
};
i++;
}
}