home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 127
/
MOBICLIC127.ISO
/
mac
/
DATA
/
DSS127
/
DSS127_02
/
DSS127_02.swf
/
scripts
/
frame_436
/
DoAction.as
Wrap
Text File
|
2010-09-13
|
489b
|
23 lines
var nom_du_son = "02_08";
joueSon({nomSon:nom_du_son,actionFin:"RIEN"});
BT_APPEL.onRollOver = function()
{
gereCursor(2);
joueBruitage({nomSon:"B_APPEL"});
this.gotoAndStop("E2");
};
BT_APPEL.onRollOut = function()
{
gereCursor(1);
stopBruitage({nomSon:"_APPEL"});
this.gotoAndStop("E1");
};
BT_APPEL.onPress = function()
{
gereCursor(1);
this.gotoAndStop("E3");
stopBruitage({nomSon:"B_APPEL"});
_root.gotoAndStop("TEL_A");
};
stop();