i want to make the cat stop / disable then restart layout when food / hp reach 0 but it keeps running with minus. Can someone explain how to fix this?
You need to disable platform behaviour on the player.
Develop games in your browser. Powerful, performant & highly capable.
hm.. ok i don't understand. would you mind explain more to me?
When you say running with minus, do you mean the character is still moving instead of stopping? Or do you mean it did not reset the layout?
moving cannot stop it
use the platform set disabled action
Just to be extra clear about this. The reason why "set animation 'stand'" didn't work is because that's just affecting the animation of the character, which is purely visual. It has no bearing on the platform/movement behaviour of the object.