home *** CD-ROM | disk | FTP | other *** search
- global qtlist
-
- 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
- set qtlist to [:]
- set qtlist to value(the text of member "qtliste")
- end
-