We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Sorry to ask but i have a question....i'm a little bit new to processing and doing a project for school but what i need to do is do a pattern function in processing, can anyone help, it would really mean alot
Answers
What kind of pattern? What have you tried? Do you have any resources to share like pics or links?
Kf
...
This is a function called pattern. It doesn't do anything. Did you want it to do something? What have you tried to get it to do already? Post your current code. If you have none, attempt to write some (or even just the steps you hope to take) (or even a blank sketch that does nothing) and post that.
Also post some idea of what you expect it to do.
what i kinda want is that you have a random object just repeating itself all over the screen then when you click on the mouse it changes either with size or just changes to a different object
something like this
Partial demo below.
Kf
grids. search for grids.
two nested for loops, rows and columns.
ellipse(), rect()
thanks a lot