【发布时间】:2015-05-23 13:08:10
【问题描述】:
我有一个container_mc,里面有很多 child_mcs。我希望 child_mcs 具有完整的类似按钮的行为(可点击、光标效果)。
我对给每个孩子设置单独的鼠标监听器不感兴趣。 ...我只想在父容器上设置一个侦听器,尽管父容器实际上处于非活动状态...只有 child_mcs。
【问题讨论】:
标签: actionscript-3 flash button event-bubbling event-propagation