I need to get the point on an object, where a mouse points now. In flash I know how to get a mouse coordinates, in Flare stage I know how to cast the ray and get its collision point. But how do I transform the mouse coordinates to Vector3D, pointing forward to a depth of the screen, so I can use it for a RayCollision?