在actionscript/flex 4.0中旋转一条线?
我想围绕 Flex 4.0 中的一个点旋转一条线,我尝试了rotationX,除了整条线之外,所有线都旋转并且点中心丢失了。如何仅旋转线的一个端点并保持另一端点不变?
有人可以举例说明或解释如何做到这一点吗?我是 Flex 的新手,谢谢。
I want to rotate a line around a point in flex 4.0, i tried rotationX and all but whole line rotates and center of point is lost. How to rotate only one end point of line keeping the other constant?
Can someone point to example or explain how to do it? I'm a newbie in flex, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您使用的旋转效果中,确保将
autoCenterTransform
设置为 true。查看此处了解更多信息。
In the Rotate effect you are using, make sure
autoCenterTransform
is set to true.Look here for more information.