home *** CD-ROM | disk | FTP | other *** search
- global gMovieList, gButton, gGame, GLanguage, gControl, gInfo, gSound, gInTransition, gButtonDownSnd, gSoundPlay, gInstall
-
- on startMovie
- set the volume of sound 1 to 255
- if objectp(gMovieList) then
- set GLanguage to GetLanguage(gMovieList)
- else
- set GLanguage to 1
- end if
- set Install to [[1, "Void.bat", EMPTY, "Itv"], [2, "Time\Winstall.exe", EMPTY, "Winstall"], [1, "Gender.bat", EMPTY, "Gw"], [0, "Grail\Grldemo", "PYTON3", "Grldemo"], [0, "Setup.exe", EMPTY, "Setup"], [1, "Rayman.bat", "RAY2", "Rayman"], [0, "Pvt_demo\Setup.exe", EMPTY, "Setup"], [1, "Abuse.bat", EMPTY, "Abuse"], [1, "Tronic.bat", EMPTY, "Tronic"], [1, "Twinblok.bat", EMPTY, "Twinblok"], [1, "Albion.bat", EMPTY, "Albion"], [1, "Gateway.bat", EMPTY, "Gate"], [1, "Highway.bat", EMPTY, "Start"], [0, "Lagoon.bat", EMPTY, "Setup"], [0, "Getty\setup", EMPTY, "Setup"], [2, "CCombat\Cctrial", EMPTY, "Ccdemo"]]
- set gButton to new(script "DemoObj", 7, 8, Install, "PcSound\Theme.waw")
- set gControl to new(script "ReleaseBtnObj")
- set gInstall to new(script "ReleaseBtnObj")
- set castList to []
- repeat with i = 0 to 7
- add(castList, member (45 + i) of castLib "Common")
- end repeat
- set gSound to new(script "DialBtnObj", castList)
- set gGame to new(script "UfoObj", 2)
- set gInTransition to 0
- set gButtonDownSnd to "clickDown"
- preloadMember(member 147, 162)
- end
-
- on keyDown
- if the keyCode = 125 then
- SelectNext(gButton)
- else
- if the keyCode = 126 then
- SelectPrev(gButton)
- else
- if the keyCode = 123 then
- NextMenu(gButton)
- else
- if the keyCode = 124 then
- NextMenu(gButton)
- end if
- end if
- end if
- end if
- end
-
- on enterFrame
- play frame gControl
- play frame gGame
- play frame gSound
- play frame gInstall
- end
-