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

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