I did search but didn’t find solution. How do keep the sprite from “drifting” once I drop it? I saw this thread, but no resolution before the thread closed.
Good morning everybody. I’ve searched extensively about this question and have even had a discussion or two with a couple of the amazing members of this community but still haven’t come to any definitive answers, even though it’s happening to more than just me.
I’ve noticed when using the canvas and sprites that on occasion sprites will move on their own when dropped. I’ve set speeds to 0, set to ignore gravity, changed bounce and speed to 0, and set draggability to false and yet nothing works.…
I was able to prevent this when I set the sprite type Is Static to true.
I tried the block below but it did not work in case anyone may wonder.
But with the Is Static to true I’m unable to get it to drift at all anymore. Hopefully this solves the problem, can others comment on this?
There’s 3 posts about this but this one below was locked for inactivity.
Good morning everybody. I’ve searched extensively about this question and have even had a discussion or two with a couple of the amazing members of this community but still haven’t come to any definitive answers, even though it’s happening to more than just me.
I’ve noticed when using the canvas and sprites that on occasion sprites will move on their own when dropped. I’ve set speeds to 0, set to ignore gravity, changed bounce and speed to 0, and set draggability to false and yet nothing works.…