Where's your GOTO? Anyway, the console screen (the place you put characters and stuff) is like a big grid: you can only place characters in specified slots. Since characters are more than 1 pixel wide, moving something around using the console will always look choppy, because it has to jump between all the slots. If you need smooth movement, you'll have to use a sprite.