Search Results for: Electrical resistores variable
,mousey, ); rect( , ,mousex); drawing tool copy this code into the 'void draw ()' area of your code to make a drawing tool... fill( , ); nostroke(); ellipse(mousex,mousey, ); then remove the line 'background();' repeat you can repeat any piece of code by using a 'for loop'. a for loop changes a variable
of a quantity you decide, until it reaches a number you want. example: add each time to a variable called "i", until it gets to : copy this code into the text area to see a rectangle repeat across the sketch: for (int i= ; i< ; i=i+ ) { rect(i,i, ); } ooops, found some glitches. write your sketch here...
http://www.sketchpatch.net/create/