How do I stop an image sprite?

Hello, I have one more problem ...
I don't know how to stop image sprite / ball
My point is that when you press the button, my object will stop in place

1 Like

Set its speed to 0

2 Likes

Here is a really simple way:
Set enabled to false, then they can't do anything to move it unless you set it back to enabled.

1 Like