Jump to content
GreenSock

sunoracle

Add a photo frame on top of FlexTransformManager ?

Moderator Tag

Recommended Posts

I'd like to add a photo frame that always on top of FlexTransformManager instance. Please see the attached.

Would you kind to give some code examples to show how to implement this. Thanks a lot.

Link to comment
Share on other sites

Just make sure forceSelectionToFront is false and then you can make the frame be in front of the photo as you normally would, either by setChildIndex() or addChild(). Oh, and set mouseEnabled to false on your frame so that it doesn't get in the way of MouseEvents on your photo.

Link to comment
Share on other sites

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.
×