home *** CD-ROM | disk | FTP | other *** search
/ Treasure Mathstorm / TMSWINCD.ISO / pc / install / labrnth2.mps < prev    next >
Text File  |  1996-10-14  |  572b  |  41 lines

  1. ;Labyrinth Demo Slideshow
  2.  
  3. ;by Andy Wally 10/97
  4. ;Labyrinth off
  5. yield off
  6. Scene 31240
  7. pbExit=RPButton 592 451 31005
  8. set pbExit "hit" leavepreviews
  9.  
  10. pbDemos=RPButton 496 451 31006
  11. set pbDemos "hit" leavethispreview
  12. yield on
  13. voice=RSound 31425 -1
  14. play voice start
  15. pause 16
  16. exit
  17.  
  18. procedure leavethispreview
  19.   [
  20.   click=RSound 31405 -1
  21.   play click start
  22.   pause 1
  23.   exit
  24.   ]
  25.  
  26.  
  27. procedure leavepreviews
  28.   [
  29.   click=RSound 31405 -1
  30.   play click start
  31.   pause 1
  32.   wp=RWorldPort
  33.   firsttime=0
  34.   set wp intVariable 1 firsttime
  35.   quit
  36.   ]
  37.  
  38.  
  39.  
  40.  
  41.