home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / map.dir / 00286_Script_286 < prev    next >
Text File  |  1995-06-26  |  304b  |  12 lines

  1. -------------------------
  2. --SET MMM MMM
  3. -------------------------
  4. on exitFrame
  5.   global soundCount,helpPhrases,AnsonButtonHelp
  6.   sound stop 1
  7.   
  8.   playAnsonSound (getAt(getAt(AnsonButtonHelp,(7+1)),random(2)),getAt(AnsonButtonHelp,1))
  9.   cursor -1
  10.   set the timeOutLapsed to 0
  11.   updateStage
  12. end