I don't think there is anything as a 3D angle value. Angles are shown in a 2D plane. (0-360degrees or 0-2PI radians) Therefore, you can't use a polar system to do this in 3D. You have to use a simple x,y,z coordinate system to find a point (rotation) in 3D, or maybe you could use the polar system to get the angle on a 2D plane (atan2(dy, dx)), and then get the z value of the point you are looking for.
Or you may use the rotationX, rotationY and rotationZ properties. I hope i am right. If not correct me! *Pedro D. Kostelec* [EMAIL PROTECTED] _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

