
-----------------------------------
Timothy Willard
Fri Jun 21, 2013 1:19 pm

For loop testing all 255 characters only showing less than half the colours.
-----------------------------------
What is it you are trying to achieve?
I am trying to make a simple program that will show all 255 colours available in Turing.


What is the problem you are having?
Less than half the colours are showing up.

Describe what you have tried to solve this problem
I placed ".." after my put statements, which made several more colours appear, but still less than half.


Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)

setscreen ("graphics")
setscreen ("graphics:1920;1080")

View.Set ("offscreenonly")
for i : 1 .. 255
    if i 