Jump to content
Search Community

flipSelectionHorizontal does not work.

Richard Ryu
Moderator Tag

Recommended Posts

Richard Ryu
Posted

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?

Posted

Sorry, I don't understand your question. Perhaps it would help if you provided a reduced test case as an FLA. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...