I am developing a flash application required me to have a rotational sprite object cycling around the 3D space. I saw a MovieClip has a z-index that can be used as z coordinates in 3d space but couldn’t find it in sprite object.
How to I get around with that.
Here is some sample code on how to create a 3D scene in Flash with sprites:
http://memo.tv/starry_trails_3d_particle_system_actionscript_3_source_code
3D can get very complicated so it is best to play with an example.