home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPageNumber, gLocalPage, gReadVoice1, gReadVoice2, gReadVoice3
- go("start")
- set gLocalPage to 4
- set gPageNumber to 4
- set gReadVoice1 to 1
- set gReadVoice2 to 1
- set gReadVoice3 to 1
- initializationRoutines()
- idle()
- startList("begin")
- newList()
- repeat with i = 16 to 24
- set the visible of sprite i to 0
- end repeat
- set the visible of sprite 25 to 1
- end
-