I made a a Mechanic with Pushable object, the Player can push/Pull the Object, which works, except for one little Problem.
when the are 2 of Said Object's on the screen and the Player pushes one, they both move.
how do i fix that?
You need to specify the pushable object.
So on the condition side when you are about to push the object.
Add something like Pick nearest pushable object from x: Hero.X y: Hero.Y
This will grab the closest pushable to the hero.
Develop games in your browser. Powerful, performant & highly capable.
Thanks you very much, that actually helped