プレイ日記
Ethan SF£³ spider3Ybanana
how do i save or run a program after i create one?
12そうだね
プレイ済み
返信[1]
親投稿
calc84 calc84maniac
You can run a program using RUN in direct mode or pressing Start, and save it by using SAVE "PRG:NAME" (or pressing Shift then SAVE in the top left in the editor).
0そうだね
プレイ済み
返信[2]
親投稿
Ethan SF£³ spider3Ybanana
i saved it, but when i run the program, i cant type and start just exits the program. so how do i play the game i made?
0そうだね
プレイ済み
返信[3]
親投稿
Bean wolfcool360
Does the program have either the Input, Wait or While command in it? If not it will just quickly execute the script and end abruptly.
0そうだね
プレイ済み
返信[4]
親投稿
Luis SuperChato15
mine posting your game of what you have? i could tell you why its not running
0そうだね
プレイ済み
返信[5]
親投稿
Luis SuperChato15
also a loop
0そうだね
プレイ済み
返信[6]
親投稿
Ethan SF£³ spider3Ybanana
heres the code were should i add wait 'there is more pics
0そうだね
プレイ済み
返信[7]
親投稿
Ethan SF£³ spider3Ybanana
'
0そうだね
プレイ済み
返信[8]
親投稿
Ethan SF£³ spider3Ybanana
another pic, btw im new to coding and copied this code from a vid on u tube
0そうだね
プレイ済み
返信[9]
親投稿
Ethan SF£³ spider3Ybanana
for got the pic
0そうだね
プレイ済み
返信[10]
親投稿
Ethan SF£³ spider3Ybanana
last pic
0そうだね
プレイ済み
返信[11]
親投稿
OlOOlOOl pi_r_round
In the first screenshot, it appears the instuction pointer will run into a RETURN statement without going through a GOSUB first.
0そうだね
プレイ済み
返信[12]
親投稿
Luis SuperChato15
hey thx will check it out, srry i was busy with school and Halloween
0そうだね
プレイ済み
返信[13]
親投稿
Luis SuperChato15
first things first make sure you have a BIG loop that loops all the major coding, without the BIG loop the game will start and end in one go,
0そうだね
プレイ済み
返信[14]
親投稿
Luis SuperChato15
next order is I believe you made a spelling error, on line 61 you have "IF EDW THEN..." shouldn't it be "IF EDW THEN..."?
0そうだね
プレイ済み
返信[15]
親投稿
Luis SuperChato15
another error I spotted is on line 105 and 106, return> should be return and save"BOSS:NESS"? maybe take that out? anyways hope i helped and we all start somewhere :3 if you have more questions ask me
0そうだね
プレイ済み
返信[16]
親投稿
Luis SuperChato15
also if you or anyone here needs trouble shooting ill be happy to help just send me your key to your program and ill patch it up and make notes 030 my kik is FreeForm98 for easy convos
0そうだね
プレイ済み
返信[17]
親投稿
Ethan SF£³ spider3Ybanana
thx! but were would i add the loops?
1そうだね
プレイ済み
返信[18]
親投稿
Luis SuperChato15
the main loop? to loop everything right?
0そうだね
プレイ済み
返信[19]
親投稿
Ethan SF£³ spider3Ybanana
yeah
0そうだね
プレイ済み
返信[20]
親投稿
Luis SuperChato15
oh well anywhere really, just make sure all the small loops[gosubs] are inside the main loops.
0そうだね
プレイ済み