HTML5 project - top MovieClip not covering mouse interaction underneath it
hey all
In Flash days - we sometimes use to block a MovieClip's mouse interaction by covering it with another MovieClip above it.
In HTML5/Canvas - this doesn't work and the MovieClip below still fires mouse interactions, unless we either:
1) register a listener for mouse interaction for the top (covering) movieclip as well
2) disable the lower MovieClip's interaction (either with mouseEnabled or removing the listener).
Is this expected behaviour? Is this a bug?
Any quick workarounds?
thanx in advance
Sa'ar
