在 Flash 上制作放大效果的最佳方法是什么?
我有一张世界地图,想要创建放大效果。 理想情况下,它将能够有一个“放大镜”形状的光标,单击该光标时,它将放大地图的该区域。
I have a world map and want to create a zoom-in effect.
Ideally, it would be able to have a "magnifying glass" looking cursor that when clicked, it would zoom in on that area of the map.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过四件事来做到这一点:
X
是
规模X
scaleY
哦,当然还有鼠标事件侦听器。
You can do that with four things:
X
Y
scaleX
scaleY
Oh, and mouse event listeners, of course.
或者您可以使用 Flash 的内置补间类:
or you can play about with flash's inbuilt tween class: