You must to import the class. Write " import flash.geom.Matrix3D" outside
the class brackets (but inside the package brackets). This way:

package {

import flash.geom.Matrix3D;

class yadayada extends blablabla{
...


On Mon, Dec 6, 2010 at 7:26 AM, Dona <[email protected]> wrote:

> Hi,
>
> I'm a beginner in away3D.I've created a terrain using away3D 2.4.0 v
> and used developed in flash cs5-fp10. Now i'm trying to port that
> application in flashdevelop actionscript project.But i'm getting "
> Error: Type was not found or was not a compile-time constant:
> Matrix3D."
>
> Anybody know how to fix that one..
>
> Thank You

Reply via email to