プレイ日記
Da Waddles DarthWaddles
Now i need MORE help with the button variable i just need the code to make a multiple choice question now.
1そうだね
プレイ済み
返信[1]
親投稿
Da Waddles DarthWaddles
if you can't understand let me reword that:i need help making a multiple choice question that uses the A, B, X & Y buttons
0そうだね
プレイ済み
返信[2]
親投稿
Da Waddles DarthWaddles
also 2-awnser and 3-awnser question code
0そうだね
プレイ済み
返信[3]
親投稿
Oscar PwnageBlock
I had explained the basic functions of BUTTON in detail in one of your previous posts. You can find it here: https://miiverse.nintendo.net/posts/AYMHAAACAAADV0Z92l1DUw You can wait for specific input using this syntax... REPEAT B2=BUTTON(2) UNTIL B2 AND (#A OR #Y) This will wait until the player presses either A or Y.
0そうだね
プレイ済み
返信[4]
親投稿
Oscar PwnageBlock
You can then use a simple branching conditional... IF B2 AND #A THEN 'DO SMTH ELSEIF B2 AND #Y THEN 'DO SMTH ELSE ENDIF
0そうだね
プレイ済み