home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPostitSprite, gVideoPath
- initVars()
- enterProgram()
- repeat with i = gPostitSprite to gPostitSprite + 4
- set the visible of sprite i to 0
- end repeat
- SpriteCursor(2, "Finger")
- set fname to gVideoPath & "intro.avi"
- if fname <> the fileName of cast "IntroVideo" then
- set the fileName of cast "IntroVideo" to fname
- preLoadCast("IntroVideo")
- end if
- end
-