3D classes not working

Hi! I’ve got some little problem with 3D classes… It seems that flash doesn’t recognize them.

For example, blank document, 1 mc on the stage, inst. name: square.


import flash.geom.*;
square.z = -30;
var squareMatrix:Matrix3D = square.transform.matrix3D;

Flash says:

1046: Type was not found or was not a compile-time constant: Matrix3D.
1119: Access of possibly undefined property matrix3D through a reference with static type flash.geom:Transform.

Is it maybe possible a conflict between cs3 and cs4 intallation? I’ve got both on my Mac, since cs4 is an upgrade, being cs3 the original licence.

Anyone? :slight_smile: