actionscript 3 - How listener will be executed for objects hidden by another objects in as3? -
actionscript 3 - How listener will be executed for objects hidden by another objects in as3? -
i have 2 movie-clips, 1 small-box , big-box .both rectangular shape. small- box has index 0, , big-box has index 1. x,y same , big-box beingness big in size gets hide small-box. problem listener attached small-box not fire big-box on top of small-box. way listener fired when click on small-box area??
set mouseenabled = false
on clip covering button create clicks go trough objects below. if boxes have children of own, may need set mousechildren = false
.
actionscript-3 sprite flash-cs3 movieclip
Comments
Post a Comment