动画调整大小并在组和组的子组上移动
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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).