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

  1. function reaction()
  2. {
  3.    trace("REACTION");
  4.    clearInterval(intervalReaction);
  5.    gotoAndStop("REACTION_04_02");
  6. }
  7. theLMFile = "LM01";
  8. theReponse = "F_04_01_02";
  9. theReaction = "F_04_01_02";
  10. initReponses();
  11. stop();
  12.