home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 164 / MOBICLIC164.ISO / pc / DATA / TST164 / TST164_00 / TST164_00.swf / scripts / DefineSprite_140 / frame_94 / DoAction.as
Text File  |  2014-05-13  |  287b  |  16 lines

  1. var afterPause = function()
  2. {
  3.    this._parent.gereTextes.masqueLM({codeLM:"LM00"});
  4.    this._parent.testeQuestionSuivante();
  5. };
  6. if(pauseOnMod == undefined)
  7. {
  8.    afterPause();
  9. }
  10. else
  11. {
  12.    trace("ah c\'est en pause !!!");
  13.    _global.actionAfterPause = afterPause;
  14. }
  15. stop();
  16.