home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWKOMM.DXR / 00014.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  281 b   |  10 lines

  1. on startMovie
  2.   global n
  3.   set n to 0
  4.   if (the colorDepth <= 8) or (the platform contains "16") then
  5.     set the fileName of castLib "GRAFIK32.CST" to the pathName & "GRAFIK8.CST"
  6.   else
  7.     set the fileName of castLib "GRAFIK32.CST" to the pathName & "GRAFIK16.CST"
  8.   end if
  9. end
  10.