home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / HACHETTE / DEMODHM / DHMFIN.DIR / 00001_Script_1 next >
Text File  |  1995-11-07  |  419b  |  23 lines

  1. on DHMIKEFIN
  2.   cursor 200
  3. end
  4.  
  5. on keyup
  6.   if the key = " " then quit2svm
  7.   if the key = "p" then go to the frame
  8.   if the key = "c" then CONTINUE
  9.   If the key = "r" then go to movie "DHM00"
  10.   if the key = "q" then quit2svm
  11. end
  12.  
  13. on quit2svm
  14.   sound fadeout 1, 2*60
  15.   set wait = the timer + 2*75
  16.   repeat while the timer < wait
  17.     nothing
  18.   end repeat
  19.   sound stop 1
  20.   sound stop 2
  21.   play done
  22. end
  23.