No offense but your code is a mess, in more than one way. You're mixing label loops and until, keep in mind your code will be stuck within those loops until the condition is met. You likely have one loop going and preventing other inputs. Write clean code and don't overcomplicate your code/loops. To make the sprite go down just put PY=PY+1. PY being in spofs 0,0,px,py.