Setup
Instructions
To use LingoF in your Director movie download the latestest version, then open the .dir file copy all Scripts except the first two ( “test-manager” and “LingoF-UnitTests”) close the movie and open yours, paste them wherever you want.
Scope considerations
To avoid overpopulating the scope most of all is implemented in Parent Scripts.
There are only two movie scripts:
- LingoF: Contains just the LingoF handler which returns the main LingoF object.
- LingoF Shortcuts: contains all default shortcuts and syntax helpers.
Check if you are already using a handler name contained in “LingoF Shortcuts” script.
If you have a handler name conflict choose one of the following options:
1) Consider using a different name for your existing handler
2) You can just rename the shortcut handler.
3) You can comment/delete the shortcut handler ( or the whole script if you want) and call the shortcut like this:
(main LingoF object).(shortcut)
For example:
f = LingoF().fun("x,y : y mod x = 0")