home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gVar, gFilm
- if gVar = 1 then
- set gVar to 0
- if gFilm = "Info" then
- set gFilm to EMPTY
- go(2, "info5")
- else
- if gFilm = "Demo" then
- set gFilm to EMPTY
- open("demo\demo.exe.")
- else
- if gFilm = "Inst" then
- set gFilm to EMPTY
- open("setup\disk1\setup.exe")
- else
- if gFilm = "gewinn" then
- set gFilm to EMPTY
- go(175)
- else
- if gFilm = "exit" then
- set gFilm to EMPTY
- go(2, "quit5")
- end if
- end if
- end if
- end if
- end if
- end if
- sound playFile 1, "main.wav"
- end
-