home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 128 / MOBICLIC128.ISO / pc / DATA / ANI128 / ANI128_00 / ANI128_00.swf / scripts / frame_274 / DoAction.as
Text File  |  2010-10-05  |  374b  |  18 lines

  1. var nom_du_son = "01_02";
  2. gNextLabel = "01_FIN";
  3. joueSon({nomSon:nom_du_son});
  4. stop();
  5. COMPART_A.BT_CROIX.onRollOver = function()
  6. {
  7.    this.gotoAndPlay("E2");
  8. };
  9. COMPART_A.BT_CROIX.onRollOut = function()
  10. {
  11.    this.gotoAndPlay("E1");
  12. };
  13. COMPART_A.BT_CROIX.onPress = function()
  14. {
  15.    joueBruitage({nomSOn:"B_CLOSE"});
  16.    this._parent.gotoAndPlay("FERMER");
  17. };
  18.