home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 145
/
MOBICLIC145.ISO
/
pc
/
DATA
/
TRC145
/
TRC145_00
/
TRC145_00.swf
/
scripts
/
frame_31
/
DoAction.as
Wrap
Text File
|
2012-07-19
|
586b
|
27 lines
function initBT_WEB()
{
var _loc2_ = BT_WEB;
_loc2_.pBruit = "B_WEB";
_loc2_.onRollOver = function()
{
gereCursor(2);
this.gotoAndPlay("E2");
joueBruitage({nomSon:this.pBruit});
};
_loc2_.onRollOut = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
stopBruitage({nomSon:this.pBruit});
};
_loc2_.onPress = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
stopBruitage({nomSon:this.pBruit});
getUrl("http://www.bayam.fr/mobiclic", "");
};
}
stop();
initBT_WEB();