I am having this same problem, but none of the advice in this thread seems to be working for me. I am following this tutorial:
http://www.gotoandlearn.com/player.php?id=45I don't understand it, everything seems like it should be perfect. This is my AS code:
- Code: Select all
import caurina.transitions.*;
Tweener.addTween(air, {x:400, y:300});
The folder structure where my classes are stored is this (on a mac):
Applications > Adobe Flash CS3 > Configuration > ActionScript 3.0 > Classes > caurina > transitions > (.as file list)
In the Flash preferences, my AS3 class paths are listed as so:
.
$(AppConfig)/ActionScript 3.0/Classes
Yet when I run the movie, I get this:
1046: Type was not found or was not a compile-time constant
And I get it from 12 different lines in Tweener.as. What is going on?? Thanks for any help!