在flex4中使用移动效果时如何阻止对象超出容器边界

发布于 2024-10-16 23:58:52 字数 150 浏览 6 评论 0原文

设置 我有一个大小为 500x100 的容器(使用组、面板、边框容器进行测试) 容器内有 5 张 100x100 的图像 当我对图像应用移动效果并将所有图像向右或向左移动 100px 时,它们只是完全忽略父容器的边界,就像它们位于其顶部一样。 当图片超出应用程序边界时,移动效果正常

the setup
i have a container (tested with group, panel, bordercontainer) with size 500x100
inside the container i have 5 images 100x100
when i apply a move effect on the images and move all of them with 100px to the right or left they just move completely ignoring the bounds of the parent container like they sit on top of it.
the move effect works ok when pictures go beyond the application borders

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

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

发布评论

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

评论(1

弃爱 2024-10-23 23:58:52

设法找到解决方案
将所有内容放入比原始容器小的 mx:canvas 中
因此,如果您想在尺寸为 500x100 的容器中移动一些人员,请创建另一个 499x99 的容器,当移动效果到达容器的末尾时,所有移动对象都会消失

manage to find a solution
put all in mx:canvas smaller than your original container
so if you want to move some staff in a container with size 500x100 create another one 499x99 and all moving objects will disappear when the move effect reach the end of the container

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