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