プレイ日記
MSWS coolestkid123
This might be what you call overkill...
1そうだね
プレイ済み
返信[1]
親投稿
MathPRG MathProgrammer
Woah! All those individual GPSETs! What for?!
0そうだね
プレイ済み
返信[2]
親投稿
MathPRG MathProgrammer
Oh, just saw your previous post. There's no way you put the time into finding the exact pixels and colors of each of those! Or did you write a program to generate the code?
0そうだね
プレイ済み
返信[3]
親投稿
That very situation is why there is a DATA command It lets you define all your numbers at the bottom of the code RESTORE @MYDATA FOR loop to go through every item and use READ R,G,B and any other variables at the bottom of the code: @MYDATA DATA 1,2,3,4,"A",5,6,4,3,7,345,583 DATA 4,6,6,7,4,3, blah blah blah ... ... DATA -1 (you also need a way for it to know when to stop), in this case its -1
0そうだね
プレイ済み