Oh ha! That's a 50 minute delay you've got installed in there.
I am pressing keys and waiting, this can't be all, oh! look at that _delay!
Screen 12 uses bot 16 colors or RGB (32)
Screen _Newimage(width, height, 12) ' 12 will get both 16 color and rgb
PS also there's Palette which I don't use but I think you can customize colors 256 of them.
I am pressing keys and waiting, this can't be all, oh! look at that _delay!
Screen 12 uses bot 16 colors or RGB (32)
Screen _Newimage(width, height, 12) ' 12 will get both 16 color and rgb
Code: (Select All)
Screen _NewImage(800, 600, 12)
For i = 1 To 16
Line (0, (i - 1) * 20)-(_Width, i * 20), i, BF
Next
PS also there's Palette which I don't use but I think you can customize colors 256 of them.
b = b + ...