AS3 旋转按钮,但不点击

发布于 2024-12-13 06:22:35 字数 224 浏览 0 评论 0原文

我正在尝试旋转程序中具有大点击框的按钮。显然,当我这样做时,命中框也会旋转并且现在位于错误的位置。是否有可能让这个命中框保持静态,或者只是将其保留在那里?

    var turnButton:Tween=new Tween
      (sections.lower, 'rotation', Strong.easeOut, 0, 180, 3, true)

谢谢

I am trying to rotate a button in my program that has a large hit box. Obviously, when I do this, the hit box is also rotated and is now in the wrong place. Is it possible to get this hit box to remain static, or to just keep it there?

    var turnButton:Tween=new Tween
      (sections.lower, 'rotation', Strong.easeOut, 0, 180, 3, true)

Thanks

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

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

发布评论

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

评论(1

痴梦一场 2024-12-20 06:22:35

嗯,不是真的,但是有解决方法。您可以将点击区域设置为一个圆(这是旋转不变的),并将其设置为旋转的枢轴是圆的中心。如果您能给我提供有关正在发生的情况的图像,我可能会提供更多帮助。

Well, not really, but there are workarounds. You can set the hit area as a circle (which is rotation invariant) and set it so the pivot of the rotation is the center of the circle. If you could provide me with an image of what's going on I could be of more help though.

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