I would like to know what’s the best way to make a path the platforms move along it.
This path would have a curved form and the platforms and rest of elements should follow its angle.
This’s a quick sketch I made to understand my question better:
Thank you!
If the path is circular, as on your picture, it's easy. You can pin the platform to another sprite (pivot point) and rotate that sprite.
If needed, change the Platform angle of gravity as well.
Develop games in your browser. Powerful, performant & highly capable.
If the path is circular, as on your picture, it's easy. You can pin the platform to another sprite (pivot point) and rotate that sprite. If needed, change the Platform angle of gravity as well.
Thank you, dop2000! I will try it