home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / HACHETTE / DEMODHM / DHM00.DIR / 00001_Script_1 next >
Text File  |  1995-10-31  |  300b  |  13 lines

  1. on startmovie
  2.   preload
  3.   puppetsound "lcur70"
  4.   cursor 200
  5. end
  6.  
  7. on keyup
  8.   if the key = " " then go to movie "DHMFIN"
  9.   if the key = "p" then go to the frame
  10.   if the key = "c" then CONTINUE
  11.   -- If the key = "r" then go to movie "DHM01"
  12.   if the key = "q" then go to movie "DHMFIN" 
  13. end