[mtasc] mtasc not finding core classes
Ralf Bokelberg
info at bokelberg.de
Tue Aug 16 10:11:22 CEST 2005
Did you add the classpath of the core classes?
Cheers,
Ralf.
Jim Kremens wrote:
> Hello all,
>
> I'm using Ant, ASDT and mtasc to build a simple example. Still trying
> to get everything working...
>
> The test class uses mx.transitions.easing....
>
> FIrst I import:
>
> import mx.transitions.*;
> import mx.transitions.easing.*;
>
> Then later I use:
>
> var v = new Tween(shape, "cRad", Strong.easeInOut, 150, 0, 5, true);
>
> mtasc throws this error:
>
> type error Unknown variable Strong.
>
> It's referring to mx.transitions.easing.Strong, which has been
> imported. But it won't let me use it...
>
> Anyone have any ideas?
>
> Jim Kremens
> --
> MTASC : no more coffee break while compiling
More information about the mtasc
mailing list