home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 128
/
MOBICLIC128.ISO
/
pc
/
DATA
/
ANI128
/
ANI128_00
/
ANI128_00.swf
/
scripts
/
frame_274
/
DoAction.as
Wrap
Text File
|
2010-10-05
|
374b
|
18 lines
var nom_du_son = "01_02";
gNextLabel = "01_FIN";
joueSon({nomSon:nom_du_son});
stop();
COMPART_A.BT_CROIX.onRollOver = function()
{
this.gotoAndPlay("E2");
};
COMPART_A.BT_CROIX.onRollOut = function()
{
this.gotoAndPlay("E1");
};
COMPART_A.BT_CROIX.onPress = function()
{
joueBruitage({nomSOn:"B_CLOSE"});
this._parent.gotoAndPlay("FERMER");
};