调整影片剪辑大小时动态文本字段的文本会拉伸吗?
好吧,我有一个影片剪辑,其中包含一个动态文本字段。当使用变换管理器拉伸影片剪辑时,文本也会拉伸。我正在开发一个组件。而且,Event.Resize不能用作Event.Resize是Stage事件。它不适用于影片剪辑和精灵。 将其放入事件中。 Enter Frame 可以工作,但使用此技术时会挂起整个 CMS。 有什么帮助吗??
Well, i have a movieclip containing a dynamic text-field in it. When movieclip is stretched using transform manager, the text stretches. i am developing a component. Moreover,Event.Resize can not be used as Event.Resize is the Stage event. it does not work for movie-clips and sprite.
Putting it in Event. Enter Frame works but that hangs the whole CMS when this technique is used.
Any helps??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 Greensocks 转换管理器,则已经内置了自定义事件,您可以像这样使用:
在 onScale 函数中,您可以根据需要设置 TextField 的比例,例如保持其原始比例:
或者简单地保持正确的比例长宽比:
If you are using Greensocks transform manager, there are already custom events built in that you can use like this:
in the onScale Function you can set the scale of the TextField as you like, for example keep its original scale:
or simply maintain a correct aspect ratio: