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

  1. function reaction()
  2. {
  3.    clearInterval(intervalReaction);
  4.    gotoAndStop("REACTION_02_03");
  5. }
  6. theLMFile = "LM02";
  7. theReponse = "02_03";
  8. theReaction = "02_05";
  9. initReponses();
  10. if(gMusicOn)
  11. {
  12.    soundObjects[gMusic].setVolume(0);
  13. }
  14. stop();
  15.