プレイ日記
Brandon Dash-Underscore
I got the code to work, but can anyone tell me how to use the circle pad for movement
0そうだね
プレイ済み
返信[1]
親投稿
King 5kittens645
If I'm not mistaken, you can only move sprites with the circle pad, but I'm not certain on that since I'm not a pro at this language.
0そうだね
プレイ済み
返信[2]
親投稿
Brandon Dash-Underscore
Yea, I figured that. How would you get the sprites to move with it?
0そうだね
プレイ済み
返信[3]
親投稿
King 5kittens645
I've never used sprites in any of my programs, so I'm not exactly sure. Though, there should be some people here who know how to do that.
0そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
Could you refer to the following program? ACLS X=20:Y=10 @LOOP LOCATE X,Y:PRINT"(space)" STICK OUT SX,SY X=X+SGN(SX)*(ABS(SX)>=0.25) Y=Y-SGN(SY)*(ABS(SY)>=0.25) LOCATE X,Y:PRINT"(stick man)" VSYNC 5 GOTO @LOOP
0そうだね
未プレイ
返信[5]
親投稿
Murple MutantPurple
Write this at the top it will turn on the circle pad feature.
0そうだね
プレイ済み
返信[6]
親投稿
Brandon Dash-Underscore
Thanks for the help (although I dont have a circle pad pro, so that's out of the question)
0そうだね
プレイ済み
返信[7]
親投稿
Ronin ronin0000
lol
0そうだね
未プレイ
返信[8]
親投稿
Bradley JustGreat
STICK OUT outputs how far the circle pad is pushed in the x and Y directions to whatever variables you put after it. i.e. STICK OUT X,Y The range is -0.875 to 0.875 in both dimensions.
0そうだね
プレイ済み
返信[9]
親投稿
Bradley JustGreat
BTW, I replied to an older comment of yours and made an example demonstrate what I meant. Hope this helps.
0そうだね
プレイ済み