动画调整大小并在组和组的子组上移动

发布于 2024-09-27 02:43:25 字数 243 浏览 2 评论 0原文

我有一个 Spark 组,内部有图像和标签控件。

< br>

该图像是一个对话气泡的图像。我想让它的效果从右下角增长到全尺寸。

我怎样才能做到这一点并使其调整组的大小也会调整子项的大小?

谢谢。

I have a Spark Group with an image inside and a label control.

<s:Group><mx:Image source="..."/><s:Label text="Hello!"/></s:Group>

The image is that of a speech bubble. I want to make the effect of it growing from bottom-right to full size.

How can I do this and make it that resizing the Group will also resize the children?

Thank you.

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

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

发布评论

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

评论(1

﹂绝世的画 2024-10-04 02:43:25

Group是Sprite,所以它有scaleX和scaleY属性。尝试设置这些,但我不保证任何事情(UI 容器可以控制它们的比例系数)。

Group is Sprite, so it has scaleX and scaleY properties. Try setting these, but I don't guarantee anything (UI containers may control their scale coefficients).

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