Circle pad code is like this :) SPSET 0,2 X=100:Y=100 @LOOP STICK OUT TX,TY X=X+2*TX:Y=Y-2*TY SPOFS 0,X,Y VSYNC 1 GOTO @LOOP