プレイ日記
SomeThing… DJZouk2017
Is there a way to skip to line 219 without using GOTO? Help will be appreciated.
3そうだね
プレイ済み
返信[1]
親投稿
*J.P.*[P]£ aj2003aj
HMM.. If you use.. hmm... well if you make everything variable dependent like me then you can just activate that variable when needed and skip right to that line of code, because everything else is disabled.
2そうだね
プレイ済み
返信[2]
親投稿
κιъъιε kibbledude
i definitely dont know but can u give me the demo key again please?
0そうだね
プレイ済み
返信[3]
親投稿
SomeThing… DJZouk2017
Why do you need it, Kibble?
0そうだね
プレイ済み
返信[4]
親投稿
*J.P.*[P]£ aj2003aj
because he does.
0そうだね
プレイ済み
返信[5]
親投稿
Stewart segludian1
Put the introduction in a function. REPEAT INPUT "Skip opening? (YES or NO)"; SKIP$ UNTIL SKIP$ =="YES" OR SKIP$ =="NO" IF SKIP$ =="NO" THEN SHOW_INTRO ENDIF 'Code for the rest of the game goes here. ... END DEF SHOW_INTRO 'Code for the intro goes here END Functions are always better than GOTO and GOSUB.
1そうだね
プレイ済み
返信[6]
親投稿
κιъъιε kibbledude
i just wanted to play it again because I CANT GET THE SPRITES
0そうだね
プレイ済み
返信[7]
親投稿
κιъъιε kibbledude
not ur fault tho
0そうだね
プレイ済み
返信[8]
親投稿
κιъъιε kibbledude
look
0そうだね
プレイ済み
返信[9]
親投稿
κιъъιε kibbledude
ahem
0そうだね
プレイ済み
返信[10]
親投稿
SomeThing… DJZouk2017
Stewart, it says "WHILE without WEND in 0:25" even though I didn't use WHILE. Help?
0そうだね
プレイ済み
返信[11]
親投稿
Stewart segludian1
I don't think the error is in your room function. I typed in your function and didn't get an error (although it would be a good idea to move the sprite definition code before the repeat loop. It seems unlikely you want to redefine it every frame). My guess is you still have the while loop on about line 12 of your first screen shot causing problems. Can we see the code before the function call?
0そうだね
プレイ済み