Hello
i was looking at this code sinipit
SCREEN _NEWIMAGE(640, 400, 32)
$COLOR:32
COLOR CrayolaGold, DarkCyan
PRINT "CrayolaGold on DarkCyan.
this works fine by itself.
I use it on my program i get illegal function call when using the color crayolagold,darkcyan i would like to know what i am doing wrong
Badger