3D in AS3
just convert some old stuff to AS3
http://as3.betaruce.com/dodecahedron/bin/dodecahedron.swf
the control of depth of movieclip is so different from the previous AS now. if you have only 10 MC in a container, then there will only be 10 depths (0-9) or else out of bound error will jump out. there are also no more swapdepths, of coz, and we need to use sth like addChildAt, getChildIndex, etc.