Caurina Transitions
How to import it in Flex?
import caurina.tr开发者_StackOverflow社区ansitions.Tweener;
It says: 1120: Access of undefined property Tweener. When I do something like: Tweener.addTween(...
Thanks,
You have to either
- copy the tweener's
SWCto the Flex library path or - copy the
caurinafolder to the Flex classpath or - copy the
caurinafolder to the root folder of your source code (where mainApplicationclass is located)
I've found the problem, the problem was that my path was: "caurina/transitions/Tweener" instead of just being "caurina/transitions"
加载中,请稍侯......
精彩评论