应用 AS2 到 AS3
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许适用于 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.