问题描述
我需要做一些自定义的渐变一些工作,我了解,我想这样做。然而CS5是不是能解决我的import语句。
I need to do some work with some custom tweening and I understand how I'm suppose to do it. However CS5 is not able to resolve my import statements.
我
import fl.transitions.Tween;
import fl.transitions.easing.*;
和这两个导致错误。错误是定义fl.transitions.Tween或宽松找不到
and both of these cause an error. The error is "definition fl.transitions.Tween or easing could not be found"
import语句都变成了蓝色,以便闪光灯认识的路径和我能够导入其他佛罗里达州组件,如fl.controls和fl.events。为什么我的程序无法解决这些进口,我该如何解决这个问题?请明确,详细的你所给出的答案。
The import statements are turning blue so flash is recognizing the path and I am able to import other fl components like fl.controls and fl.events. Why is my program unable to resolve these imports and how can I fix it? Please be explicit and detailed with any answers you give.
多谢你。
推荐答案
更新:如@William指出,该包是从2008年,使用风险自负;)
您可以抓住FL封装从我们的博客一个*名为.swc:
you can grab the FL package as an *.swc from our blog:
http://apdevblog.com/update-using -flvideo包-W-日食和-fdt3 /
和不仅仅是SWC添加到您的源路径在Flash IDE。
and than just add the swc to your source path in the flash ide.
这篇关于AS3 fl.transitions.Tween找不到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!