home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 130 / MOBICLIC130.ISO / pc / DATA / MOB130 / MOB130_00 / MOB130_00.swf / scripts / frame_3 / DoAction_2.as next >
Text File  |  2010-12-13  |  372b  |  18 lines

  1. trace("aaa " + MASCOTTES);
  2. trace("rrr " + MASCOTTES.getDepth());
  3. BT_EPP.onRollOver = function()
  4. {
  5.    this.useHandCursor = true;
  6.    joueBruitage({nomSon:"B_EPP"});
  7.    this.gotoAndPlay("E2");
  8. };
  9. BT_EPP.onPress = function()
  10. {
  11.    ChangeModule({codeRub:"EPP",numMod:0,FromModule:true});
  12. };
  13. BT_EPP.onRollOut = function()
  14. {
  15.    this.gotoAndPlay("E1");
  16. };
  17. stop();
  18.