I am making a baseball game, and I need movement to stop when I reach home. Can you help me?
1 Like
Just use the block again but with the input values set to zero.
3 Likes
just use a move my sprite with buttons block and set vx and vy to 0
put a “Move with buttons” block for when you hit home and then set x and y to 0.
Thank you very much!
1 Like