home *** CD-ROM | disk | FTP | other *** search
- global dropZones, glang, gDel
-
- on prepareMovie
- dropZones = []
- if voidp(glang) then
- glang = "cze"
- end if
- gDel = the last char in the pathname
- castLib("text").fileName = the pathname & "langs" & gDel & glang & ".cst"
- end
-