How to import it in Flex?
import caurina.transitions.Tweener;
It says: 1120: Access of undefined property Tweener. When I do something like: Tweener.addTween(...
Thanks,
How to import it in Flex?
import caurina.transitions.Tweener;
It says: 1120: Access of undefined property Tweener. When I do something like: Tweener.addTween(...
Thanks,
You have to either
SWC
to the Flex library path orcaurina
folder to the Flex classpath or caurina
folder to the root folder of your source code (where main Application
class is located)I've found the problem, the problem was that my path was: "caurina/transitions/Tweener" instead of just being "caurina/transitions"