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

  1. global qtlist
  2.  
  3. on startMovie
  4.   global n
  5.   set n to 0
  6.   if (the colorDepth <= 8) or (the platform contains "16") then
  7.     set the fileName of castLib "GRAFIK32.CST" to the pathName & "GRAFIK8.CST"
  8.   else
  9.     set the fileName of castLib "GRAFIK32.CST" to the pathName & "GRAFIK16.CST"
  10.   end if
  11.   set qtlist to [:]
  12.   set qtlist to value(the text of member "qtliste")
  13. end
  14.