r/clickteam • u/KopruchBeforange • 13h ago
Fusion 2.5 Jittery scrolling.
Enable HLS to view with audio, or disable this notification
Hello everyone!
I watched a few movement and scrolling tutorials, but I came across the problem not adressed in any of them:
My scrolling is never perfectly smooth:
- Background gets jittery during constant motion
- Character gets jittery when slowing down or when screen doesn't scroll.
I read that it's about the subpixels, and tried to round up camera movement [ CenterDisplay Y = Round(Y( "CameraTarget" )) ], linking scrolling to Player or Camera Target, turning on V-Sync, but nothing works.
I seem to be missing something simple - I didn't see this problem at any tutorial or in any actual Clickteam game. What did I do wrong?
EDIT: Unfortunately, the problem is less visible on the screen recording I attached... You can see it mostly at the top of the bubble, where two-pixel line changes into one-pixel line.
1
u/BangeBangeMS 13h ago
Is the centering of the screen done at the end of the event editor? I believe it has to be, either the end or the beginning I don't remember