Interactive AIR animation - Actionscript only working for the top layer?
Hello, new to Animator here.
So I'm building an animation that allows the user to drag/drop elements on the stage via AS3 (which is working great!).
My issue is that I have some graphic elements that I need to overlay on the layer with the User animated elements so that none of the user interactive elements every cross 'over' but instead go 'underneath' these overlaid elements.
When I test/publish this way, I'm unable to drag/drop or otherwise interact with the elements on stage. BUT, if I simply move the top layer containing the overlays down below the layer with the interactive elements (or delete it for that matter), the animation works as scripted.
So, it seems that the AS3 commands are only working for me when published to the upper most layer?
What am I missing to be able to stack graphic layers on top of scripted interactive layers?
Thank you!!!