Archive for June, 2011

Score Commander

Categories: All, Libraries
Comments: No
Some years ago, I worked on a project, in which Director was used in a specific way – whole animation scenes were fitted and after that the .dir files were used for Bink video files. So, we had to work with big scores – 50 channels, 300-400 frames. This provoked a lot of tasks which demanded automation. ScoreCommander is... Read more

Extended list

Categories: All, Scripts
Comments: 5
This script combines some useful methods of AS3 Array with those of Lingo List. Moreover, some of the original Lingo list methods like add(), append(), deleteAt() and getAt() are modified. For example, getAt() method returns VOID instead of "index out of range" exception. Read more