I'm encountering a small issue with my platformer game created in Construct 3 and was wondering if anyone could help me out. When my sprite goes up or down slopes in the game, it starts to shake in a strange manner. I've tried adjusting various things, but I haven't found a satisfactory solution yet. Has anyone else experienced this issue before or have any ideas on how to fix it?
I would really appreciate any advice or suggestions you can offer. Thanks in advance for the help!
I'm not sure I understand what you mean.
But if it's like I think, you put a function like this: player.x> viewportright(0)-100 --> scrollx+5.
In this way a tremor occurs because the character does not move at angle 0 when jumping.
I don't make platform games and I don't use behaviors, so I don't know what your project is like.
But for my games I found this interesting solution:
A project example ->https://drive.google.com/file/d/1U9j3Kp3KndNzPEwsPbTsiRgf0H6wdIb1/view?usp=sharing