home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global initialtime, lang, langPrefix, spacer, edMovie, BCmovie, KidMovie, pathToMain, ionamus, pathTolang, edmus, bcMus, intro
- if initialtime > 800 then
- set pathToMain to the pathName
- set langPrefix to "b"
- set lang to "eng"
- set pathTolang to pathToMain & lang & spacer
- set edMovie to pathToMain & "movies" & spacer & langPrefix & "edmark.dir"
- set BCmovie to pathToMain & "movies" & spacer & langPrefix & "BChild.dir"
- set intro to pathToMain & "movies" & spacer & "kids.dir"
- set KidMovie to pathToMain & "movies" & spacer & "kids.dir"
- set ionamus to pathToMain & "music" & spacer & "ionamus"
- set edmus to pathToMain & "music" & spacer & "edmus"
- set bcMus to pathToMain & "music" & spacer & "bcmus"
- go(the frame + 1)
- else
- set initialtime to initialtime + 1
- go(the frame)
- end if
- end
-