プレイ日記
Wormy Zippy-Wormy
how do i make the circle pad move to load game to new game with a sound effect
0そうだね
プレイ済み
返信[1]
親投稿
Wormy Zippy-Wormy
then to select to another screen
0そうだね
プレイ済み
返信[2]
親投稿
Phoenix B) epicphoenix4
STICK OUT Xvariable, Yvariable IF Xvariable>.5 THEN SELECT=SELECT+1 IF Xvariable<-.5 THEN SELECT=SELECT-1 IF SELECT>1 THEN SELECT==0 IF SELECT<0 THEN SELECT==1 IF SELECT==1 THEN PRINT WHATEVER IF SELECT==0 THEN PRINT WHATEVER
0そうだね
プレイ済み
返信[3]
親投稿
Wormy Zippy-Wormy
what am i doing wrong here
0そうだね
プレイ済み
返信[4]
親投稿
Wormy Zippy-Wormy
error in line 92
0そうだね
プレイ済み
返信[5]
親投稿
Clayton DarkClay88
ENDIF probably
0そうだね
プレイ済み
返信[6]
親投稿
Clayton DarkClay88
Another reason is because it's out of the loop. If it's outside the loop then it can't be used.
0そうだね
プレイ済み
返信[7]
親投稿
Wormy Zippy-Wormy
error on 91 now...
0そうだね
プレイ済み
返信[8]
親投稿
Wormy Zippy-Wormy
look
0そうだね
プレイ済み
返信[9]
親投稿
Clayton DarkClay88
Right before the GOTO @LOOP put ENDIF and probably put a VSYNC 1 in there somewhere.
0そうだね
プレイ済み
返信[10]
親投稿
Wormy Zippy-Wormy
still errors
0そうだね
プレイ済み
返信[11]
親投稿
MegaFunGuy thekidude
Heres a tip XSCREEN 2 Is a code that removes Keyboard and uses it when the code INPUT Is used! (used for stuff like name,age,etc)
1そうだね
プレイ済み
返信[12]
親投稿
Wormy Zippy-Wormy
i took some parts away and it didnt get an error but its no what i wanted :P
0そうだね
プレイ済み
返信[13]
親投稿
Wormy Zippy-Wormy
i did stuff yay but it did it buy itself and it didnt move on to another screen
0そうだね
プレイ済み
返信[14]
親投稿
Wormy Zippy-Wormy
i did something but it didnt make me select something and did it by itself
0そうだね
プレイ済み
返信[15]
親投稿
Phoenix B) epicphoenix4
If select==(1 or 0) And Button(2)==16 then print "whatever."
0そうだね
プレイ済み