プレイ日記
Patrick Snowman100
somebody plzz explain to me what I did wrong
1そうだね
プレイ済み
返信[1]
親投稿
raimondz raimondzz
Can you explain what are you trying to do? and what error appears on the console?
1そうだね
プレイ済み
返信[2]
親投稿
egaSyeliR 6letterminimum
if its a syntax error, then it could be the spaces on B == 0. it should just be B==0. if its not then idk
1そうだね
プレイ済み
返信[3]
親投稿
Patrick Snowman100
undefined label in 34,35,36, and 37. Basically I'm trying to move the map and give an illusion that the character is moving instead when he's not. My info is from petiteprofessor3d, he's on youtube.
0そうだね
プレイ済み
返信[4]
親投稿
Patrick Snowman100
look up "smilebasic tutorials- part one" and you'll know what I mean
0そうだね
プレイ済み
返信[5]
親投稿
raimondz raimondzz
Ok, now I understand. From what I've seen, the problem is that you haven't defined those labels yet. Also, you should use while/wend instead of goto @loop. Goto can be used for anything but you should avoid using it if there are other commands that do the same (While/Repeat/For/Def).
2そうだね
プレイ済み
返信[6]
親投稿
*J.P.* DEV NEWPICY3
yeah you need to add the up down left right @'s
2そうだね
プレイ済み