
-----------------------------------
noteric
Thu Nov 22, 2007 8:10 am

drawfill(x,y,green, ANYTHING)
-----------------------------------
Is there a way to make a drawfill stop when it hits any color (except white)? I have tried using (COLOR1 or COLOR2) but in that case, it stops at only color1.

I'm trying to make it like a "paint bucket" type of thing.

Thanks.

-----------------------------------
rdrake
Thu Nov 22, 2007 10:34 am

RE:drawfill(x,y,green, ANYTHING)
-----------------------------------
Might need to switch to using whatdotcolour and drawdot.

-----------------------------------
Zampano
Thu Nov 22, 2007 11:00 am

Re: drawfill(x,y,green, ANYTHING)
-----------------------------------
Interestingly, Turing allows you to have the not statement within the drawfill parameters, but since it doesn't want any colour number over 255 that doesn't work. Nor does < or >, which would solve that problem.
