プレイ日記
Autumn amandajane8
Anyone see the syntax error? I think it is in line 7
1そうだね
プレイ済み
返信[1]
親投稿
SBH sonicspark923
It's in line 7. SPREAD does not exist, therefore you can't use it. To fix it, remove SPREAD and put something else.
0そうだね
プレイ済み
返信[2]
親投稿
mystman12 mystman12
I think want you want is SPOFS OUT. In SmileBASIC, it's possible to add OUT to a lot of commands to allow you to fill variables. The command you want is probably: SPOFS OUT 0, X, Y This will fill X with the sprite's current X location, and Y with its Y location. Hope this helps!
0そうだね
プレイ済み
返信[3]
親投稿
dfrost 4311df
if BTRIG is being used as a button, inside the 'loop', (as I call it, ex:@A)you need to put BTRIG=BUTTON()
0そうだね
プレイ済み
返信[4]
親投稿
dfrost 4311df
here's a tip: instead of using PRINT, you can use ?(?"HERE'S A TIP"
0そうだね
プレイ済み