トピック
κιъъιε kibbledude

SPSET Help!

I really don't get the SPSET code line. Whenever you try to do a SPOFS it will say a syntax error. Even when you touch the question mark on the bottom screen it will say "If usee before SPSET, error will occur. Please Help ANYONE!! I don't know how i'm gonna code if I cant set up a sprite! PLEEEEEEEEEEEEEEEEEEEEEEEEEAAAAAAAAAAAAAAAAAAAAASSSSSSSSSEEEEE HELP!!!!!!!!!!!!!!!!!!!!!
0そうだね
プレイ済み
返信[1]
親投稿
κιъъιε kibbledude
Please, I will give a shoutout or a follow or a bunch of yeahs just please take time to help......
0そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
Try this: SPSET 0,0 'First number is the ID, second number is SPDEF number SPOFS 0,200,120 'First number is ID, second is X coord, third is Y coord It will show a strawberry in the center of the screen. The reason you need an ID for a sprite is so SmileBASIC knows which sprite you are talking about.
1そうだね
プレイ済み
返信[3]
親投稿
κιъъιε kibbledude
Thank you sooooooooooo much. I will try it. Still I need more comments please.
1そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
Each sprite has its own unique management number, and it'll be available after you call SPSET with its management number. If you call sprite related command (e.g. SPOFS) with management number before SPSET, Illegal function call will occur. But you say syntax error occured. I guess you misused SPOFS command.
1そうだね
未プレイ