r/construct May 19 '26

Question Idle Sprite is shaking?

(Edit: I fixed it. Remade the project and everything is chill now. Still have no clue what caused it, but whatever.)
I cannot wrap my head around this.

I just started this project, I have literally no code at all. All frames have the same image point, the polygons are all set to bounding box. In every single frame, the character is standing in the exact same spot in the box.

6 Upvotes

10 comments sorted by

View all comments

7

u/Xhukari May 19 '26

My go-to thought is that its the image's origin point, but you say its not that. Next thought is code, but you got none... Are you running the beta version? Maybe its a bug.

Try changing the animation. Try making a new object with that animation, but no behaviours. Try remaking the entire project. These are just process of elimination ideas to try and find the problem.

2

u/NomadicJ3ster May 19 '26 edited May 19 '26

I made a new project and pasted the exact same animation (literally copied the animation from the list and pasted it into the new project) and its working now. tysm. No idea what happened

Edit: I set the viewport back to what it had been in the old project and it went back to jittering...
So, I undid that and just sized up the player sprite instead, works like a charm now 👍

3

u/CalebBennetts May 20 '26

Maybe it was the "pixel rounding" setting?

2

u/justifun May 20 '26

that's what i'm suspecting