トピック
Brad GamerZim

STARS! Or at least I want to learn how to make them, I'v keep studing the arreys and setup, but its just not clicking, can anyone please help? trying to learn this to make my first game.

0そうだね
プレイ済み
返信[1]
親投稿
Brad GamerZim
I should mention, just trying to make simple gpoint, fast moving stars
0そうだね
プレイ済み
返信[2]
親投稿
Josh josh.h7
like this? x=0 @loop gline x,100,0,100 wait 1 goto @loop
1そうだね
プレイ済み
返信[3]
親投稿
Josh josh.h7
fixed it so it would move. cls x=0 @loop gline x,100,0,100 x=x+1 wait 1 goto @loop
0そうだね
プレイ済み
返信[4]
親投稿
Brad GamerZim
Thanks for the idea, its a cool effect but not what I'm looking for sorry, looking for the star effect in game2schooter,
0そうだね
プレイ済み
返信[5]
親投稿
Brad GamerZim
there is two parts to the code, the set up and the running loop, I know what it looks like, and its easy to copy, but I want to learn how it works too.
0そうだね
プレイ済み
返信[6]
親投稿
Josh josh.h7
This might help.
2そうだね
プレイ済み