home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 142
/
MOBICLIC142.ISO
/
pc
/
DATA
/
GAM142
/
GAM142_00
/
GAM142_00.swf
/
scripts
/
frame_26
/
DoAction.as
Wrap
Text File
|
2012-02-13
|
802b
|
33 lines
gMASCOTTE_P._visible = false;
this.BT_REJOUER.onRollOver = function()
{
gereCursor(2);
joueBruitage({nomSon:"B_REJOUER"});
this.gotoAndPlay("e2");
gereTextes.afficheIB({mc:this,codeIB:"IB02"});
};
this.BT_REJOUER.onRollOut = function()
{
this.gotoAndPlay("e1");
gereCursor(1);
stopBruitage({nomSon:"B_REJOUER"});
gereTextes.masqueIB();
};
this.BT_REJOUER.onPress = function()
{
gereCursor(1);
gereTextes.masqueIB();
stopBruitage({nomSon:"B_REJOUER"});
initVariablesGAM();
var _loc2_ = 1;
while(_loc2_ <= gNbLettres)
{
_root["OB01_" + gimme2digits(_loc2_)].gotoAndPlay("e1");
_root["BU01_" + gimme2digits(_loc2_)].gotoAndPlay("e1");
_loc2_ = _loc2_ + 1;
}
gotoAndStop("ATTENTE");
play();
};
stop();