Share Posted April 10, 2016 Hi there. I'm trying to transform horizontally flip in my TransformManager. fliph_btn_m.addEventListener(MouseEvent.CLICK, clickFlipHorizontalHandler); function clickFlipHorizontalHandler(event:Event):void { manager.flipSelectionHorizontal(); } Am I missing something? On selecting transformItem, the flipSelectionHorizontal method does not work at all. [Partial Solved] When I declare the selected item(manager.selectItem), it works fine. I mean there are no problem. BTW is there any chance to resolve it without adding manager.selectItem? Link to comment Share on other sites More sharing options...
Share Posted April 10, 2016 Sorry, I don't understand your question. Perhaps it would help if you provided a reduced test case as an FLA. 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