Im trying to create an all in one moving platform for a platformer that can do all different angles of directions and combinations , ive tried using the bullet behavior to make the moving platform but for some reason it never doesnt land on exact x & y i need it to , is there a different way and more accurate/ precise way?
I have never used bullet for the moving platforms. I only use Sine behaviour. For other ways I can recommend this "Super Platformer Engine" - construct.net/en/free-online-games/super-platformer-engine-3243/play
There you can find many moving platforms and you can control them, of course.
You need to install plugin "MoveTo" by Rex.Rainbox
Develop games in your browser. Powerful, performant & highly capable.
Yeah i have that template , thats the problem it uses a plugin , i try to make all my games without plugins just code, so im basically trying to re create “ move to” behavior with just code