views:

208

answers:

1

Hi Using the new 3D features in CS4. I know you can change the 3d center point manually via the Transform panel, but does anyone know how to do this dynamically at runtime? (ie via code)

+1  A: 

i didn't know that too, but i did a quick google research and found this

i guess something like this will do the trick:

this.transform.perspectiveProjection.projectionCenter = new Point(200,200);
antpaw
more http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WSCE716DAD-9364-464f-AFE9-8E578525AD54.html
jedierikb