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

  1.  
  2.  
  3. yield off
  4. Scene 31160
  5. pbExit=RPButton 592 451 31005
  6. set pbExit "hit" leavepreviews
  7. pbDemos=RPButton 496 451 31006
  8. set pbDemos "hit" leavethispreview
  9. animChallenge=OMAnimation 0 0 31161
  10. set animChallenge frame 2
  11. set animChallenge touchy 0
  12. yield on
  13. voice=RSound 31416 -1
  14. play animChallenge
  15. play voice start
  16. set voice finished RRend
  17.  
  18.  
  19. procedure RRend
  20.     [
  21.    yield off
  22.    drop animChallenge
  23.     Scene 31170
  24.    yield on
  25.    voice=RSound 31417 -1
  26.    play voice start
  27.    pause 14
  28.    exit
  29.    ]
  30.  
  31. procedure leavethispreview
  32.   [
  33.   click=RSound 31405 -1
  34.   play click start
  35.   pause 1
  36.   exit
  37.   ]
  38.  
  39.  
  40. procedure leavepreviews
  41.   [
  42.   wp=RWorldPort
  43.   firsttime=0
  44.   set wp intVariable 1 firsttime
  45.   click=RSound 31405 -1
  46.   play click start
  47.   pause 1
  48.   quit
  49.   ]
  50.