home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 149
/
MOBICLIC149.ISO
/
pc
/
DATA
/
EPP149
/
EPP149_00
/
EPP149_00.swf
/
scripts
/
frame_20
/
DoAction.as
Wrap
Text File
|
2012-11-21
|
1KB
|
60 lines
function initBT_QUIT()
{
var _loc2_ = BT_QUIT;
_loc2_.pIB = "IB_Q";
_loc2_.pBruit = "B_BT_QUIT";
_loc2_.onRollOver = function()
{
gereCursor(2);
this.gotoAndPlay("E2");
joueBruitage({nomSon:this.pBruit});
gereTextes.afficheIB({codeIB:this.pIB,X:this._x + 60,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});
ChangeModule({codeRub:"MOB",numMod:0,FromModule:true,A_GoLabel:"START"});
};
}
function initBT_BAYAM()
{
var _loc2_ = BT_BAYAM;
_loc2_.pBruit = "B_BAYAM";
_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});
gereTextes.masqueIB({codeIB:this.pIB});
initDone = undefined;
gotoAndStop("_02");
play();
};
}
initEPP();
initBT_QUIT();
initBT_BAYAM();
stop();