home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global sharedPath
- if the platform contains "Macintosh" then
- set the fileName of member "start.mov" to sharedPath & "start.mov"
- else
- if the platform contains "16" then
- set the fileName of member "start.mov" to sharedPath & "altstrtv.avi"
- else
- set the fileName of member "start.mov" to sharedPath & "startmov.avi"
- end if
- end if
- cursor([24, 25])
- end
-