as3扩展类不理解更新
我觉得我的闪光灯有诅咒。
我在项目中使用 Flash Professional CS5.5 和 Gaia FrameWork。项目中的影片剪辑具有扩展类,问题是当我为我的类提供新功能时,它们在构建项目中不起作用。例如找不到 function、trace 不起作用等等。所有旧功能都有效。当我更改类名时,它工作正常。但随后又发生了。 我创建了新项目并处理了所有内容,但它仍然发生。我重新安装了闪存,但没有任何效果。 我能做些什么?
I think my flash has a curse.
I use Flash Professional CS5.5 with Gaia FrameWork in my project. movieclips in the project have extended classes and the problem is that when I give new functionality to my classes they doesn't work in an build project. for example function s cann't be found, trace doesn't work and so on. All the old functionality works. When I change class name then it works fine. but then it happens again.
I made new project and coped all the content, but still it happens. I event rainstalled flash but nothing works.
What can I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用网络驱动器工作吗?有时,如果您的系统时间和网络时间不同步,Flash 会认为您的类文件没有更改,并且不会费心重新编译最新的更改。
当测试你的项目编译时,如下所示:转到“控制”>“删除 ASO 文件并测试影片。
此选项会删除已编译的缓存并强制重建它......
Are you working from a network drive? Sometimes if your system time and the network time are out of sync Flash thinks your class files haven't changed and does not bother to recompile the latest changes.
When testing your project compile like this: Go to Control > Delete ASO files and test movie.
This option deletes the compiled cache and forces it to be rebuilt ...