home *** CD-ROM | disk | FTP | other *** search
/ Roboty / ROBOTS_CD.iso / CD / circuits.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  2005-05-13  |  233 b   |  11 lines

  1. global dropZones, glang, gDel
  2.  
  3. on prepareMovie
  4.   dropZones = []
  5.   if voidp(glang) then
  6.     glang = "cze"
  7.   end if
  8.   gDel = the last char in the pathname
  9.   castLib("text").fileName = the pathname & "langs" & gDel & glang & ".cst"
  10. end
  11.