All posts in All

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

Extended Filmloop

Categories: All, Scripts
Comments: No
Here is another script trying to solve the problems which arise when one is using a #filmloop. How to pause a #filmloop? How to affect the speed of its performance? How to make a #filmloop to be played (for instance) in 1.5 seconds? The answers of these and many other questions are here! Read more