actionscript 3 - How listener will be executed for objects hidden by another objects in as3? -


I have two movie-clips, a small box and the other is a big box. Both are rectangular shapes. There is an index of 0 in the small box, and the index of the big-box is 1. Their X, Y are identical and large box size small boxes are hidden. Now the problem is that there is no possibility of a fire in the audience of small-box because large boxes are at the top of the small box. How will the listener be removed when clicking on the small-to-box area?

set MouseEnabled = false to cover your button Objects to the clip are given below if your box has its own child, you may have to set up mouseChildren = false .


Comments