I like the concept of the game, but I do have an idea for the movement and how to make it more fluid.
when green flag clicked:
forever:
set [movement direction v] to (<right arrow pressed?> - <left arrow pressed>)
move player ((movement direction) * 10)
-----------------------------------------------------------------------------------------------------------------