home *** CD-ROM | disk | FTP | other *** search
- ;Labyrinth Demo Slideshow
-
- ;by Andy Wally 10/97
- ;Labyrinth off
- yield off
- Scene 31240
- pbExit=RPButton 592 451 31005
- set pbExit "hit" leavepreviews
-
- pbDemos=RPButton 496 451 31006
- set pbDemos "hit" leavethispreview
- yield on
- voice=RSound 31425 -1
- play voice start
- pause 16
- exit
-
- procedure leavethispreview
- [
- click=RSound 31405 -1
- play click start
- pause 1
- exit
- ]
-
-
- procedure leavepreviews
- [
- click=RSound 31405 -1
- play click start
- pause 1
- wp=RWorldPort
- firsttime=0
- set wp intVariable 1 firsttime
- quit
- ]
-
-
-
-
-