开发者

Caurina Transitions

开发者 https://www.devze.com 2023-01-04 08:53 出处:网络
How to import it in Flex? import caurina.tr开发者_StackOverflow社区ansitions.Tweener; It says: 1120: Access of undefined property Tweener.

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 SWC to the Flex library path or
  • copy the caurina folder to the Flex classpath or
  • copy the 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"

0

精彩评论

暂无评论...
验证码 换一张
取 消