I can't stop this character... It has a mind of it's own

I started making my own top down 2d game, got the functionality, collisions and sprites working.

However I’m trying to make a character stop moving and the camera stay moving when hitting the action box on the bed (I wish I could send a video but I’m a “new user”) but every time I touch it doesn’t stop with “stop movement” so I though it’s because it’s constantly resetting from an input so I connected it to a tick box and it still does the same thing just slower.

CONCLUSION
I’M LOST PLEASE HELP
:smiling_face_with_tear:




Hey @MrManiti.TTV! Welcome to the forums!

Before the stop movement, you want to use a “Disable Input” node as well! Stop movement just stops the character that frame, it doesn’t keep any future input! :slight_smile:

Then when you want to re-enable it, just use “Enable Input”!
Hope that helps!