Stuart Axon
2013-01-03 16:47:38 UTC
Does anybody know about
tests/systemvariables/_notworking/_xmouse.bot
The code looks like:
size(255,255);colorrange(255);colormode(RGB)
def draw():
background(MOUSEX,green,blue)
It doesn't work because we don't have green, blue - should we have colors in our global namespace like this - any idea what nodebox has ?
S++
tests/systemvariables/_notworking/_xmouse.bot
The code looks like:
size(255,255);colorrange(255);colormode(RGB)
def draw():
background(MOUSEX,green,blue)
It doesn't work because we don't have green, blue - should we have colors in our global namespace like this - any idea what nodebox has ?
S++