Table of Contents
Library scripts
These scripts are for use in all of my movies and therefore every change made to them needs to be backward compatible.
The goal is to be able to simple replace the library scripts in each of my movies, even the old ones, and have all new features and bugfixes available in old movies. So for example updating to newer director versions is easier possible.
All these scripts, with very few exceptions, are parent scripts or behaviors (which technically are the same anyway). That ensures, that there is no name clashing with handlernames in other scripts.
For the same reasons no global variables are used. The only thing to watch out for are member name conflicts. Since the instances are created by member name, we need to ensure, that membernames are unique.
LingoDoc pages for different scripts
- PseudoXMLPS - a lingo frontend for the XML Parser xtra. It converts any list (property list or linear list) to a xml string. It can also read mac .plist files and excel xml files (to a certain degree).
