home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global n
- set n to 0
- if (the colorDepth <= 8) or (the platform contains "16") then
- set the fileName of castLib "GRAFIK32.CST" to the pathName & "GRAFIK8.CST"
- else
- set the fileName of castLib "GRAFIK32.CST" to the pathName & "GRAFIK16.CST"
- end if
- end
-