Yo. I’ve got 4 ‘windows’ (mcs) that are draggable over a background image. Clicking on a ‘window’ brings it to the front. That’s great.
What I need is to be able to send each window to a different level on mouse click. So imagine the windows have been played with and some overlap others. I need to be able to click window1 down to level1, (I need the background image to be in the background all the time so level 0?) and also click window2 down to level2 etc. This:
mx.behaviors.DepthControl.sendToBack(this); looked promising but I need sendToBack+1 or specific target levels.
Thanks in advance.