プレイ日記
King 5kittens645
Can someone help me out with this problem? My problem is that whenever i select an option on the screen the screen is supposed to fade-out to black for a second, but only one of the options makes it..
1そうだね
プレイ済み
返信[1]
親投稿
King 5kittens645
Fade out to black and i can't figure out why. And if you are wondering, the way i set this up is where there is an arrow and whenever you press up or down it moves in that direction and i think the rest is self-explanatory. I'm sorry if i'm seeming annoying since i'm asking all of these questions.
0そうだね
プレイ済み
返信[2]
親投稿
Move the "WAIT 10:GOSSUB @FADE" to the line before the first "IF B==#A".
0そうだね
プレイ済み
返信[3]
親投稿
King 5kittens645
I may be doing something wrong but it just makes the screen infinitely fade. Hopefully i just typed something wrong though.
0そうだね
プレイ済み
返信[4]
親投稿
Guy brilliance360
Is the only option that fades the SET=25 option? If so, it's probably because the other two options have a GOTO command that moves to a different section of code before it gets to the GOSUB @FADE.
0そうだね
プレイ済み
返信[5]
親投稿
Guy brilliance360
A couple of fixes: before the IF B==#A lines write another line that is IF B==#A THEN GOSUB @FADE; or write GOSUB @FADE at the start of @BEGIN and @INSTRUCTION parts of the code.
0そうだね
プレイ済み
返信[6]
親投稿
King 5kittens645
Thank you @Guy! The fade-out bit works so much better now, so thank you! Hopefully i won't need any more help, because i don't want to seem annoying.
1そうだね
プレイ済み