zzzzzzz 0 Posted February 17 Report Share Posted February 17 When i dragging the Sprite or something in the pixijs, it will change the position to Sprite Anchor point like 0.0, 0.5. But i want the dragging point is where i dragging. And how can i do that? Quote Link to post Share on other sites
ivan.popelyshev 1082 Posted February 21 Report Share Posted February 21 You can do that. Almost all projection demos have that technique : https://pixijs.io/examples/#/plugin-projection/basic.js , but you dont need projection as plugin, just look at drag&drop code. Also, I'm on vacation, so dont expect fast subsequent answer Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.