トピック
受付中
Fabian E49xreaper

How do i put a sprite on the screen and make it move with the d-pad?

2そうだね
プレイ済み
返信[1]
親投稿
MIKI ifconfig
spset 0,0 x=0 y=0 while 1 vsync if button() and #left then x=x-1 if button() and #right then x=x+1 if button() and #up then y=y-1 if button() and #down then y=y+1 spofs 0, x,y wend
3そうだね
未プレイ
返信[2]
親投稿
ςÇĞΨLapiz LapizLuzaOre200
what?
0そうだね
プレイ済み