プレイ日記
Aeron mmluigi3
i need some help how do you get the circle pad to work. also how do you get multiple outputs to work like #UP And #RIGHT so it will move to the top right
4そうだね
プレイ済み
返信[1]
親投稿
Don Trump pirateseph2
use AND instead of == when checking input "==" will only match one exact value. "AND" will match the bits in more than one value.
1そうだね
プレイ済み
返信[2]
親投稿
raimondz raimondxz
Use STICK OUT X,Y to get the axis of the circle pad. Then you must see if they are outside the dead zone. Example for moving left: VAR B,X,Y B=Button() STICK OUT X,Y IF X<-0.2 OR (B AND #UP) THEN moveUp By the way, I'm working on a bullet hell system similar to undertale. Here is the key: KA5D4T3 Also use UP UP DOWN DOWN LEFT RIGH LEFT RIGHT A B while you're playing.
1そうだね
プレイ済み
返信[3]
親投稿
Aeron mmluigi3
i will try out your game thank for every ones help
0そうだね
プレイ済み