Oh has anyone made the zigo engine class based sort of thing? rather than extending the movieclass?
Yes, it's called Fuse, and it's based on the zigo engine: http://www.mosessupposes.com/fuse/index.html
(Note that there are other "clean" tween engines out there)
And I would add that it's a good idea to stop extending the MovieClip prototype ;)
I have to agree. While *using* extensions to the existing classes is better to code in several aspects (simpler & faster to write and read) it creates more problems that it's worth on AS2 and beyond. Static classes like Moses' one (the Fuse Kit) are the future of code-based tweening.
- zeh _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

