Very new, need some help with Update and Inputs

Hi everyone,

I am wondering if I should and how I would make it so that I don’t need four updates running for my input. Attached is a pic that shows my visual script for moving my character one space up on my grid. Do I have to now add three more updates with similar scripts to move left, right and down or can I attach those script flows to the same update?

Thanks!

You can handle movement in a lot of ways.

For your question of using update. You can use Sequence Steps, and do the logic in a sequence:

You can also look in my former answer-post here, which a detailed explanation of different movement techniques:

Thank you! that’s perfect!