WASD to move This is a template for your use, to use just copy the block labeled "move" and paste it in your project, simply call the block every frame with the "forever" or "repeat until" loops. the first text box on the block is for the speed, increase if you want it to move faster, the first Boolean is if it is "Idle". when Idle, it will randomly move with no directive. If "Idle" is false, you can create your own behaviors for the character. The Second Boolean is "Moves", when this is true the object will walk around and use the "Idle" or non-Idle functions. when false the object acts as more of a wall. Still many things I could add but Im not sure how, such as how to make the background move too. The sprite "Character" has the movement/WASD which you need too.