プレイ日記
Looking good!
18そうだね
プレイ済み
返信[1]
親投稿
G∞dGameGod BrodyJefferson
Hey Nathaniel, do you know how to place multible sprites at once? I know it has something to do with "FOR" loops but I'm having some trouble...
0そうだね
プレイ済み
返信[2]
親投稿
Try something like this: ACLS FOR I=0 to 9 SPSET I,I SPOFS I,I*16,0 NEXT This should display ten sprites in the top left corner of the screen.
1そうだね
プレイ済み
返信[3]
親投稿
G∞dGameGod BrodyJefferson
Huh, would more then one character work? Like: ACLS FOR IA=0 TO 9 SPSET IA,IA SPOFS IA,IA*16,0 NEXT Replacing "I" with "IA"?
0そうだね
プレイ済み
返信[4]
親投稿
The code would do the same thing (if that's what your asking).
1そうだね
プレイ済み
返信[5]
親投稿
G∞dGameGod BrodyJefferson
Ah, okay then, thanks for the help!
1そうだね
プレイ済み