home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 136 / MOBICLIC136.ISO / pc / DATA / TST136 / TST136_00 / TST136_00.swf / scripts / frame_57 / DoAction.as
Text File  |  2011-07-20  |  728b  |  30 lines

  1. onMcOver({mc:BT_RETOUR,codeIB:"IB97"});
  2. BT_RETOUR.onPress = function()
  3. {
  4.    onMcOut(this);
  5.    gereTextes.videLM(gClipGen);
  6.    gotoAndPlay("CONCLU_" + gNbReponses);
  7. };
  8. onMcOver({mc:BT_REECOUT,codeIB:"IB96"});
  9. BT_REECOUT.onPress = function()
  10. {
  11.    onMcOut(this);
  12.    gBlockST = 1;
  13.    joueSon({nomSon:"C" + gConclu,actionFin:"RIEN"});
  14. };
  15. onMcOver({mc:BT_PRINT,codeIB:"IB98"});
  16. BT_PRINT.onPress = function()
  17. {
  18.    onMcOut(this);
  19.    BT_RETOUR._visible = false;
  20.    BT_REECOUT._visible = false;
  21.    BT_REFAIRE._visible = false;
  22.    this._visible = false;
  23.    _global.ImprimerEcran();
  24.    BT_RETOUR._visible = true;
  25.    BT_REECOUT._visible = true;
  26.    BT_REFAIRE._visible = true;
  27.    this._visible = true;
  28. };
  29. stop();
  30.