如何使用actionscript在flex中的UI组件上应用补间运动?
你好,我想使用 Flex 中的动作脚本在 UI 组件上应用补间运动。
我搜索了很多,但没有找到需要的有用帮助。
提前致谢。
hello i want to apply tween motion on UIcomponents using actionscript in flex.
i searched alot but didn't find something useful help required.
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下面的代码为动作脚本中的按钮创建补间移动。
单击屏幕上的任意位置会将按钮移动到该位置。
有关更高级的示例,您可以查看 Flex 文档: http://livedocs.adobe.com/flex/3/html/help.html?content=createeffects_3.html
它展示了如何扩展和使用 TweenEffect 类来创建您自己的效果类的示例。
The code below creates a move tween for a button in actionscript.
Clicking anywhere on the screen will move the button to that location.
For a more advanced example you could look at the Flex documentation: http://livedocs.adobe.com/flex/3/html/help.html?content=createeffects_3.html
It shows an example how to extend and use the TweenEffect class to create your own effect class.
Caurina Tweener:http://code.google.com/p/tweener/
Caurina Tweener: http://code.google.com/p/tweener/