How to 'walk'

Hello, I have no programming background. I just (yesterday) started learning C - and I have been playing around with game-editor for a while.
I am eager to get an actor (hero/main character 'person') to 'walk' though. I was wondering is there many different ways to acheive this same effect. I've come to realize in coding it's sort of like that - different ways to solve a problem.
I have gotten to the point where I have added 4 animations to an actor - stop left/walk left/stop right/walk right.
And I realize that next comes events - ie when key down (arrow left or arrow right) is pushed I would want to change the animation from stop left or right to walk left or right accordingly.
Can I do this by just assigning via buttons or do I have to use a script? (I'm not sure what a script is btw - how it aids the programming outside of the buttons I can select).
Is there a 'template' for 'walking' a character? certain simple steps to follow?
Hope this make some sense.
Thank you.
I am eager to get an actor (hero/main character 'person') to 'walk' though. I was wondering is there many different ways to acheive this same effect. I've come to realize in coding it's sort of like that - different ways to solve a problem.
I have gotten to the point where I have added 4 animations to an actor - stop left/walk left/stop right/walk right.
And I realize that next comes events - ie when key down (arrow left or arrow right) is pushed I would want to change the animation from stop left or right to walk left or right accordingly.
Can I do this by just assigning via buttons or do I have to use a script? (I'm not sure what a script is btw - how it aids the programming outside of the buttons I can select).
Is there a 'template' for 'walking' a character? certain simple steps to follow?
Hope this make some sense.
Thank you.