Actionscript:通过单击其父级来获取 MovieClip 的名称
我有一个包含许多 MovieClip 的 Sprite:通过向容器 Sprite 添加事件监听器 (Mouse.CLICK),我想获取单击的 MovieClip 的名称。这可能吗?
I have a Sprite that contains many MovieClips: by adding an eventListener (Mouse.CLICK) to the container Sprite I want to get the name of the MovieClip clicked. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过“目标”属性吗?你能用它获得什么范围?
我使用的是没有 Flash 环境的上网本,因此目前无法验证这一点,但我认为它应该可以解决问题。
Have you tried the "target" property? What scope do you get with it?
I'm on a netbook with no Flash environments so I can't verify this at the moment, but I think it should do the trick.