Discussion:
tests/systemvariables/_notworking/_xmouse.bot - colors
Stuart Axon
2013-01-03 16:47:38 UTC
Permalink
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++
Ricardo Lafuente
2013-01-03 17:09:37 UTC
Permalink
Great catch, just changed that and placed it in examples/ as a basic
mouse control example.

https://github.com/shoebot/shoebot/commit/07e511d91eda9b46f6bedb92cb9c2c481490a880
Post by Stuart Axon
Does anybody know about
tests/systemvariables/_notworking/_xmouse.bot
size(255,255);colorrange(255);colormode(RGB)
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++
_______________________________________________
Shoebot-devel mailing list
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Loading...