We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I need to make something like this: rednoise.org/sketches/ImageViewer/ The code needs to have arrays and functions. I have no idea where to start please help.
Answers
Since you didn't make any questions I will assume your question is "Where should I start?".
These may be good places to start:
http://processing.org/tutorials/ (text) http://funprogramming.org (video)
My question is how can I draw images by dragging my mouse?
lets say rect is a image, I want the image to stay there after I release my mouse. How to I do this?
I've got an example of it in this following post: http://forum.processing.org/two/discussion/comment/375#Comment_375
It is often a good idea to explore the examples coming with Processing, too.
Maybe something like this?