home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / pubs / MOSAWIN.DIR / 00006_Script_6 < prev    next >
Text File  |  1995-11-10  |  248b  |  15 lines

  1. on exitFrame
  2.   
  3.   if the mousedown then 
  4.     sound fadeOut 1, 2*60
  5.     set wait= the timer +2*75
  6.     repeat while the timer <wait
  7.       nothing
  8.     end repeat
  9.   else
  10.     if soundbusy(1)  then go the frame
  11.   end if
  12.   
  13.    play done
  14. end
  15.