home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / pubs / ECONET.DIR / 00008_Script_8 < prev    next >
Text File  |  1995-11-09  |  287b  |  14 lines

  1. on exitFrame
  2.   set wait = the timer +9*60
  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.