forceSelectionToFront issue

Hi,

I am using the freeTransform class but I am having trouble with the forceSelectionToFront bit.

I am not using:

var manager_obj = new TransformManager({targetObjects:[outline_mc], bounds:{xMin:0, xMax:600, yMin:0, yMax:600}, forceSelectionToFront:true, eventHandler:onAnyEvent});

I am using:

_root.selectedElement.addFreeTransform(_root.customStyle);

I have tried putting forceSeletionToFront everywhere but everytime I select an element it always forces it to the front.

Does anyone have info about what I need to change to keep the depths in tact?

Many thanks