CreateJS/Zoe

On export registration point values are always (0, 0) if the registration point is (0, 0)

cdnero opened this issue · 2 comments

I would like to reopen the following issue:
#6
Not adding a registrationPoint clip on the stage is the same as adding it in (0, 0).
This was never the problem. The problem is that in this case the registrationPoint concept is not neglected, but destroyed. You can perform any test setting the registrationPoint to (0, 0) and then to (1, 1). You should expect to see little difference, but instead the result is useless.

  • 1 to re-open.
    The JSON file does not include any regX or regY information when registration point is (0,0);

Sorry if this comes off as a little rude, but seeing how long ago this issue was posted I wanted to mention that I recently released an alternative to Zoe that I call SpriteSatchel. The animation setup process is a bit different but makes registration points a heck of a lot easier to deal with. So for anyone who stumbles upon this thread, please have a look!
https://github.com/cleod9/spritesatchel