home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 161
/
MOBICLIC161.ISO
/
pc
/
DATA
/
EPP161
/
EPP161_00
/
EPP161_00.swf
/
scripts
/
frame_28
/
DoAction.as
Wrap
Text File
|
2014-01-15
|
2KB
|
83 lines
function initBT_CROIX()
{
var _loc2_ = BT_CROIX;
_loc2_.pIB = "IB_R";
_loc2_.pBruit = "B_BT_CROIX";
_loc2_.onRollOver = function()
{
gereCursor(2);
this.gotoAndPlay("E2");
joueBruitage({nomSon:this.pBruit});
gereTextes.afficheIB({codeIB:this.pIB,X:this._x + 0,Y:this._y + this._height});
};
_loc2_.onRollOut = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
stopBruitage({nomSon:this.pBruit});
gereTextes.masqueIB({codeIB:this.pIB});
};
_loc2_.onPress = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
stopBruitage({nomSon:this.pBruit});
gereTextes.masqueIB({codeIB:this.pIB});
gotoAndStop("ATTENTE");
play();
};
}
function initBT_PRINT()
{
var _loc2_ = BT_PRINT;
_loc2_.pIB = "IB_P";
_loc2_.pBruit = "B_BT_PRINT";
_loc2_.onRollOver = function()
{
gereCursor(2);
this.gotoAndPlay("E2");
joueBruitage({nomSon:this.pBruit});
gereTextes.afficheIB({codeIB:this.pIB,X:this._x + 180,Y:this._y + this._height});
};
_loc2_.onRollOut = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
stopBruitage({nomSon:this.pBruit});
gereTextes.masqueIB({codeIB:this.pIB});
};
_loc2_.onPress = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
stopBruitage({nomSon:this.pBruit});
gereTextes.masqueIB({codeIB:this.pIB});
gotoAndStop("PRINT");
play();
};
}
function initBT_ONLINE()
{
var _loc3_ = BT_ONLINE;
_loc3_.onRollOver = function()
{
gereCursor(2);
this.gotoAndPlay("E2");
};
_loc3_.onRollOut = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
};
_loc3_.onPress = function()
{
gereCursor(1);
this.gotoAndPlay("E1");
_global.HOTE.openURL("http://logi118.xiti.com/go.url?xts=450204&xtor=AD-3-[CDROM_MOB]&url=http://milan.bayardweb.com/product/MOBHS/MOB1?lblorig=MJ_PU_CDROM_MOB","_blank");
};
}
initBT_ONLINE();
initBT_PRINT();
initBT_CROIX();
stop();