-
CJLibrary CS4
I think I've misposted this in the AS3 forum.
Guess this goes here.
I've tweaked my CS3 library to fit in CS4.
(mostly doing performance-related adjustments like using Vector instead of Array)
And after I realized the number of classes it contains,
I think I should put it into an SVN repository for maintenance convenience.
And I think I might well as share it with you guys.
So here it is, the CJLibrary CS4.
Hope you like it :)
Google Code project homepage
http://board.flashkit.com/board/imag.../2008/11/1.png
CJLibrary CS4 features:
Emitter - Particle FX engine.
DynaShape - Dynamic shape drawing API.
Fenozix - Simple 2D particle physics engine.
Documentation is also available.
Just check it out in the SVN repository.
-
I've written a basic Z-depth sorter class called ZSorter.
It's in the idv.cjcat.display.zsorter package of CJLibrary CS4.
http://3.bp.blogspot.com/_4-LtXwX7Yu...bunnysquad.PNG
View SWF
Donwload FLA
It implements the simpliest z-depth sorting algorithm: The Painter's Algorithm.
Moreover, ZSorter is very light-weighted.
So for simple carousel effect like this, I think the performance is kind of nice.
-
Hey , recently I've recorded several Emitter video tutorials.
Hope you like it :)
http://www.youtube.com/watch?v=SuFkq...x=0&playnext=1
More vids coming up~