negative and bigger then 1 values for anchor points
Right now anchorX and anchorY only support values between 0 and 1. If we could use negative values, or values bigger than 1, we could create certain rotation or positioning effects a lot easier, without the need for displayGroups.
5
votes

In daily build 2471, we added support for this. You have to use display.setDefault()’s new paramter isAnchorClamped.
1 comment
-
Anonymous commented
That's great news! Thank you for being so responsive!