home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global DIR_SYM, gvCDHomePath, gvQuoteWait, gSoundLevel2
- cursor(200)
- wait(gvQuoteWait)
- repeat while the volume of sound 2 > 1
- set the volume of sound 2 to the volume of sound 2 * 2 / 3
- wait(10)
- end repeat
- puppetSound(2, 0)
- set the volume of sound 2 to gSoundLevel2
- go(1, gvCDHomePath & "demos" & DIR_SYM & "pants" & DIR_SYM & "intro")
- end
-