SmileBASIC コミュニティトピック☆CodeZeяo☆ Code-Zero-6662016/02/11 02:53:29質問I need help with the "stick" function.I need help changing sprites when I use the "stick".2そうだね 2返信プレイ済み2017/11/04 04:54:19に取得
SmileBASIC コミュニティ返信[1]親投稿12Me21 12Me212016/2/11 2:58STICK OUT <x>,<y> Stores the position of the circle pad in the specified variables. Example: SPSET 0,0 WHILE 1 STICK OUT SX,SY X=X+SX:Y=Y+SY SPOFS 0,X,Y VSYNC 1 WEND 1そうだね プレイ済み2017/11/04 04:54:19に取得
SmileBASIC コミュニティ返信[2]親投稿Josh josh.h72016/2/11 11:07You can code it like this for changing the sprite when the circle pad is moved.0そうだね プレイ済み2017/11/04 04:54:19に取得