home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / pubs / AGATI.DIR / 00003_Script_3 < prev    next >
Text File  |  1995-10-10  |  294b  |  16 lines

  1. on exitFrame
  2.   set wait = the timer +4*60+10
  3.   repeat while the timer < wait 
  4.     if the mousedown then
  5.       sound fadeOut 1, 2*60
  6.       set wait= the timer +2*75
  7.       repeat while the timer <wait
  8.         nothing
  9.       end repeat
  10.       go to next
  11.     end if
  12.   end repeat
  13. end
  14.  
  15.  
  16.