Flex Builder 补间库

发布于 2024-10-04 19:09:51 字数 48 浏览 0 评论 0原文

我的 Flex Builder 中缺少补间库,如何添加它们?

苏丹

There are missing tween libraries in my Flex Builder how to add them?

Sultan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

颜漓半夏 2024-10-11 19:09:51

在 Flex 中,有用于移动对象的 Move 事件,但我不认为您可以添加任何额外的内容。

如果您正在寻找一个好的 Tween 库,请查看 TweenLite:http://www.greensock.com/tweenlite/

In Flex there are Move events for moving objects, but I don't think there are any extras you can add.

If you're looking for a good Tween library check out TweenLite: http://www.greensock.com/tweenlite/

吻泪 2024-10-11 19:09:51

您可以使用 mx.effects.Tween 进行补间。但我建议使用其他补间库,如 TweenLite、Tweener 等。

You can use mx.effects.Tween for tweening. But i recommend using other tweening library like TweenLite, Tweener..etc.

云裳 2024-10-11 19:09:51

要在 Flex/Flash 构建器项目中添加库,请转到
菜单
--->选择项目
--->选择属性(打开一个窗口)
---->从左侧选择Flex Build路径
---->从目录中选择库并添加项目(如果您没有 SWC)或添加 SWC
---->按确定
---->清理/刷新您的项目。

你已经做到了!

for adding the library in the flex/Flash builder project go to
menue
---> choose project
---> choose properties (a window is open)
---->Select Flex Build path from left side
----> Select libs from directory and add project(in case you have no swc) or add swc
----> press OK
---- > clean /refresh your project.

you have done that!!!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文