在 Flash 上制作放大效果的最佳方法是什么?

发布于 2024-12-04 02:11:27 字数 68 浏览 1 评论 0原文

我有一张世界地图,想要创建放大效果。 理想情况下,它将能够有一个“放大镜”形状的光标,单击该光标时,它将放大地图的该区域。

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 技术交流群。

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

发布评论

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

评论(2

傲世九天 2024-12-11 02:11:27

您可以通过四件事来做到这一点:

X

规模X
scaleY

哦,当然还有鼠标事件侦听器。

You can do that with four things:

X
Y
scaleX
scaleY

Oh, and mouse event listeners, of course.

春庭雪 2024-12-11 02:11:27

或者您可以使用 Flash 的内置补间类:

import fl.transitions.Tween;
import fl.transitions.easing.*;

or you can play about with flash's inbuilt tween class:

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