I have been working with processing for a little while but would certainly consider myself a novice.
I currently have created a pde file that pulls in data from google spreadsheets and I have create functions that say if ie., number 1 is selected produce this image/shape at this size at this location.
I now need to try and get this to scale depending on the number of times an option is selected:
...if choice equals ie., 6, then scale each time it has been chosen...scale by say 10% or something like
The end result being a the selection/series of images on a page at differing sizes depending on their popularity of having been chosen/clicked on.
How can I achieve this? I would like to use the existing code as much as possible as I have got this far myself I would like to continue with it to get the final solution :)
I am looking to have a pde file for each page I have created, not to have all the results of every page on one file.
Hope this makes sense
Thank you so much in advance for any help you have