home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global backMarker, escMark, movStart
- puppetPalette("Palette MAC", 60, 0)
- set backMarker to "STAGE"
- set escMark to "ESCSTG"
- set movStart to 1
- preLoadCast("OPENCUR.MOV")
- if the colorDepth >= 16 then
- set the directToStage of cast "OPENCUR.MOV" to 1
- else
- set the directToStage of cast "OPENCUR.MOV" to 0
- end if
- set the visible of sprite 20 to 1
- end
-
- on exitFrame
- pcmacTran()
- go(the frame + 1)
- end
-