Share Posted February 26, 2010 Hi How I can set "bring to front" option only for a selected image by click on my custom button? Thanks Link to comment Share on other sites More sharing options...
Share Posted February 27, 2010 You could just addChild(mc); and then selectItem(mc); Link to comment Share on other sites More sharing options...
Author Share Posted March 1, 2010 Thanks But I meant the situation, when forceSelectionToFront = false. I founded the solution: manager.forceSelectionToFront = true; manager.selectItem(selectedElement); manager.forceSelectionToFront = false; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now