oh sorry! i had replyed but miiverse crashed so it never sent i guess.. so, lets say you have a map (mario map lets say) and you want to to move left or right when pressing left or right buttons, you would do something like this to move it: (after setting up map) (put in loop) FOR I=0 TO 3 BGOFS I,X,Y NEXT IF BUTTON() AND #LEFT THEN INC X,1 IF BUTTON() AND #RIGHT THEN DEC X,1