home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 127 / MOBICLIC127.ISO / mac / DATA / DSS127 / DSS127_01 / DSS127_01.swf / scripts / frame_104 / DoAction.as
Text File  |  2010-09-13  |  346b  |  14 lines

  1. function reaction()
  2. {
  3.    clearInterval(intervalReaction);
  4.    gotoAndStop("ATTENTE");
  5. }
  6. trace(getTextById(nodeLM,"LM01_00_05"));
  7. teletext = getTextById(nodeLM,"LM01_00_05");
  8. TEXTE_BULLE.text = "";
  9. mcTexteBulle = TEXTE_BULLE;
  10. letter = 0;
  11. intervalTeletext = setInterval(this,"gereTeletext",30);
  12. suiteTeletext = "pauseReaction";
  13. stop();
  14.