home *** CD-ROM | disk | FTP | other *** search
/ Interactive Bible for Kids - The Life of Paul / Paul.iso / mac / MASTRCST.DIR / 00157_Script_157 < prev    next >
Text File  |  1996-09-12  |  203b  |  11 lines

  1. on exitFrame
  2.   global level,AUD
  3.   if level = 2 then
  4.     sound playFile 1, AUD & "RF.AIF"
  5.   end if
  6.   repeat while soundBusy(1)
  7.     if the mouseDown then
  8.       abort
  9.     end if
  10.   end repeat  
  11. end