应用 AS2 到 AS3

发布于 2024-10-31 17:25:46 字数 194 浏览 0 评论 0原文

我想在 As3 中使用 As2 中的以下应用程序。任何帮助都会很棒。 谢谢。我追求这种放大和鼠标跟踪功能。 http://www.senoptic.com/flash/source/?entry=649

I want to use the following application from As2 in As3. Any help will be great.
Thanks. I going after this kind of zoom in and mouse tracking functionality.
http://www.senocular.com/flash/source/?entry=649

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

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

发布评论

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

评论(1

剪不断理还乱 2024-11-07 17:25:46

也许适用于 Flash 的 google 地图 API 可以帮助您:
这是初学者指南

http://code .google.com/intl/nl-NL/apis/maps/documentation/flash/intro.html#SettingUp

更新:

也许我可以指导您正确的方向it:

您需要两个影片剪辑。一种用于缩放(比例调整,使用滑块,向上/向下滚动事件,或同时提供两者),一种用于拖动(只需使用 movieclip.MOUSE_DOWN / MOUSE_UP 上的内置 StartDrag),将一个放在另一个里面,以便您的地图按照您的预期放大。

祝你好运。

Maybe the google maps API for flash can help you:
Here's a beginners guide

http://code.google.com/intl/nl-NL/apis/maps/documentation/flash/intro.html#SettingUp

UPDATE:

Maybe I can guide you in the right direction on how to do it:

You'll need two movieclips. One for zoom (scale adjustments, use a slider, scroll up / down events , or provide both), and one for dragging (just use the builtin StartDrag on movieclip.MOUSE_DOWN / MOUSE_UP), put one inside the other, so that your map zooms in as you'd expect it.

Good luck.

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