Hi
I'm developing a game and i use platform to move it.But there's a small problem in car movement...
While it's moving,there are small tremblings on the body of the car.
❌PS:The collisions don't cause the problem.❌
Can enyone help me?
(You Can Watch The Following Video To Help You Understand)
https://gofile.io/d/pBf6vM
Difficult to tell without your project file. If the car sprite has an animation playing, check that the origin point is set in the same position on all frames.
Or it may be an issue with scrolling.
dop2000
Yes I know but the project is so heavy and couldn't upload it.
And about your answer,i should say no,the car body doesn't have different animations...it's a single one.
At all,thanks for your reply.
As suggested by dop2000, check your scroll / camera object, could also be conflicting movement behaviors - if you're using more than one?
Develop games in your browser. Powerful, performant & highly capable.
FromChris
Thank you for your reply
Yes I use two mobile object so most likely the problem is from here.I'll check it out.
Thanks❤