home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / HACHETTE / DEMODHM / SHARED.DIR / 00304_Script_304 < prev    next >
Text File  |  1995-11-07  |  294b  |  17 lines

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