|
Author |
Topic: void draw() ?? (Read 408 times) |
|
rhellyer
|
void draw() ??
« on: Mar 27th, 2005, 11:40pm » |
|
I am new to proce55ing and noticed that folks use a function void draw() in static mode. I looked on the reference page but can't find a description of that and how one is supposed to use it. Is there such a description anywhere? ALso are there any other goodies such as this, or an updated syntax description? ... and a final question. I'm doing a recursive breadth first search in static mode and would like to display the results in the sketch window, but with a delay between each display. Any way that i can do that (i guess 'delay' only works in the intereactive mode) cheers
|
|
|
|
rhellyer
|
Re: void draw() ??
« Reply #2 on: Mar 28th, 2005, 7:00am » |
|
thanks Ben ... i was thrown because the reference that is downloaded with the program is slightly different, and doesn't refer to draw().
|
|
|
|
|