View Mode: Normal | Article List

google site

[ 2009-10-10 23:26:18 | Author: liuhuan ]
created a google site today: http://sites.google.com/site/liuhuansite/

songs of my old band(with desporado!): http://sites.google.com/site/liuhuansite/home/stop-band [lol]

some stock resources, as well as flash tutor by myself: http://sites.google.com/site/liuhuansite/resources

You can also create one here: http://sites.google.com/

demo

[ 2009-09-06 11:33:58 | Author: liuhuan ]
uploads/200909/06_110250_22858_1252207902hjyb_m.jpg

Flint particle system

[ 2009-08-27 22:31:15 | Author: liuhuan ]
Quote
Flint is an open-source project to create a versatile particle system in Actionscript 3. The aim is to create a library that handles the common functionality for all particle systems, has methods for common particle behaviours, and lets developers extend it easily with their own custom behaviours without needing to touch the core code.
http://flintparticles.org/

download: ...

Read More...

pv3d: panoramic view

[ 2009-08-26 18:16:21 | Author: liuhuan ]
uploads/200908/26_174443_untitled1.jpg



package {
  import flash.display.*;
  import flash.events.*;
  import flash.filters.*;

  import org.papervision3d.materials.*;
  import org.papervision3d.objects.*;
  import org.papervision3d.objects.primitives.*;
  import org.papervision3d.view.BasicView;
  import org.papervision3d.core.proto.*;
...

Read More...