プレイ日記
Papa Johns superhero450
I understand coding, but I can't seem to wrap my head around SmileBasic's programming language. How odd that children in this community can code far better than me. I figured out how to make BGMs play but that is all.
0そうだね
プレイ済み
返信[1]
親投稿
HoRiz0n ClashStudios125
BEEP 0-??? = A small sound will play based on what number was input (Can check all possible sounds in the smile screen) LOCATE X,Y,Z = Finds a location on the top display screen. X=Width Y=Height Z=Depth (The top left corner is 0,0,0) ?"Hello World" = A simpler version of PRINT:"Hello World" Can be placed after LOCATE X,Y,Z by using :?"Hello World" (Hello World can be replaced by your text inputs)
2そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
acls spset 0,1 sphome 0,8,8 spscale 0,3,3 spcolor 0,rgb(255,255,0) gpaint 0,0,rgb(100,100,100) repeat stick out sx,sy spofs 0,sx*5+200,sy*5+120 vsync until button()==#X beep 24 move the circlepad to move the sprite around, and press x to close the program. those are pretty much all the sprite commands you need to make something good. if you need any more, use the blue ? button on an
0そうだね
プレイ済み
返信[3]
親投稿
PChicken NerdChicken
empty line.
0そうだね
プレイ済み
返信[4]
親投稿
Papa Johns superhero450
Thanks, this does help
0そうだね
プレイ済み