トピック
Ely SANDALS

how do i do a animation or game?

4そうだね
プレイ済み
返信[1]
親投稿
Andres TanookiOcarina
You learn to program. And you use your knowledge of programming to make your animation or game.
1そうだね
未プレイ
返信[2]
親投稿
Ely SANDALS
thats what im saying how do i learn? i looked up on youtube and there are some learn how to program videos but i tried them and they do not work
0そうだね
プレイ済み
返信[3]
親投稿
Ely SANDALS
they don't work with smile basic.
0そうだね
プレイ済み
返信[4]
親投稿
Andres TanookiOcarina
What you could do is go to the official website, and go to the "Intruction List" section. They teach you all the keywords and how to use them.
1そうだね
未プレイ
返信[5]
親投稿
Ely SANDALS
thanks
0そうだね
プレイ済み
返信[6]
親投稿
H.Bird~ H.Bird-X
Youtube- Petit Professor, he dose programming tutorials.
1そうだね
プレイ済み
返信[7]
親投稿
Brad GamerZim
Also use the ? button, it will brake things down for you, learn things like, gcolor rgb(20,20,256) gline 0,0,100,100 Also learn print and input if you don't know these then your wasting your time with sprites
1そうだね
プレイ済み
返信[8]
親投稿
Brad GamerZim
Let me make a quick program for you to see a simple sprite code
2そうだね
プレイ済み
返信[9]
親投稿
Brad GamerZim
now copy this, its a medium level program, its a simple pointer program, I am new too, but take your time and read your manual and (?) button, sample programs show each step in learning. start at sample 1
1そうだね
プレイ済み
返信[10]
親投稿
neto ivonnesb87
hi brad, thanks by the exercise. why need zero in SPSET 0,XXX ?
0そうだね
プレイ済み
返信[11]
親投稿
neto ivonnesb87
also, why zero in spofs 0,x,y. why B and 1, 2, 4, 8 and no 1,2,3,4 ? also, vsink 1, can you explain that command please
0そうだね
プレイ済み
返信[12]
親投稿
TekeMan TekeMan
start with spset 0,1 go to the program that says tech demo look under the sprite section
0そうだね
プレイ済み
返信[13]
親投稿
L. Lohadaa
0 is the first management number. If this is your first and only sprite, do 0. If you have a second sprite at the same time, do 1. Up is 1, down is 2, left is 4, and right is 8. It's better this way since you can press up and left together to make 5 and the computer will know. If it were 1,2,3,4 then up+left would be the same as pressing right, and that's no good. Go look up Vsync.
0そうだね
未プレイ