#handle input help

1 messages · Page 1 of 1 (latest)

vestal yoke
#

Hi I am very new to godot and I am following a tutorial for a simple topdown movement system
in the attached image you can see that I am having trouble with handleinput
I am confused because I've wrote everything the exact same as the tutorial and the video is also in godot 4

has handleinput changed to a different text? what should I replace it with

sharp pivot
#

Handle input is the name of the func you've written, I think it might just be because of the space you have between the name and the two brackets.

vestal yoke
#

I removed the space and its still not working D:

sharp pivot
#

Just incase you might not realise this, errors will appear and disappear throughout the coding process. It's annoying like those enter email here sections that scream "enter a valid email" at you despite the fact you're clearly still typing in said email.

Otherwise, is there an error listed below like this? ? ? ?

vestal yoke
#

I found the solution! took a while but thanks for your help!

#

I had one letter wrong

#

that was the problem