プレイ日記
Ep17 EmPx17
how do i make the text a random color everytime something is printed? (the code in the screenshot is just a test program)
1そうだね
プレイ済み
返信[1]
親投稿
Sheepy22★∞ SheepSoldier101
ACLS C=RND(15) IF C==0 THEN C=14 IF C==1 THEN C=13 COLOR C:?A
1そうだね
プレイ済み
返信[2]
親投稿
Ep17 EmPx17
ok thanks!
1そうだね
プレイ済み
返信[3]
親投稿
Ep17 EmPx17
ok heres what made it do but i can't get rid of the 0 that's between each row of squares
1そうだね
プレイ済み
返信[4]
親投稿
Ep17 EmPx17
i forgot this in my last comment
1そうだね
プレイ済み
返信[5]
親投稿
Ep17 EmPx17
heres the code
1そうだね
プレイ済み
返信[6]
親投稿
Sheepy22★∞ SheepSoldier101
Remove ?A
0そうだね
プレイ済み
返信[7]
親投稿
Ep17 EmPx17
ok now it works
1そうだね
プレイ済み
返信[8]
親投稿
Aaron Krondelo
I prefer something like. @LOOP R=RND(255)+1 G=RND(255)+1 B=RND(255)+1 GCLS GPUTCHR X,Y,"random!",RGB(R,G,B) VSYNC 15 GOTO @LOOP
1そうだね
プレイ済み