home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 127 / MOBICLIC127.ISO / mac / DATA / DSS127 / DSS127_02 / DSS127_02.swf / scripts / frame_326 / DoAction.as
Text File  |  2010-09-13  |  193b  |  11 lines

  1. function reaction()
  2. {
  3.    clearInterval(intervalReaction);
  4.    gotoAndStop("REACTION_02_01");
  5. }
  6. theLMFile = "LM02";
  7. theReponse = "02_01";
  8. theReaction = "02_02";
  9. initReponses();
  10. stop();
  11.