Hi all, I'm looking for a way to have a program interpret text files, creating arrays from them (at least this what I think I have to do). Can anyone point me in a starting direction?
I've just joined the forum. Been messing around with Processing for a couple of weeks, and working my way through the tutorials. I'm playing with the Array2d Example provided with Processing (File>Examples). If you run it you see that an array is being used to create a grid of dots that fades to black at the center of the screen. I'd like the center of the black to change to be mouse dependent, so that it would follow the mouse around the screen. I've already spent several hours of experimentation and I think I'm missing something crucial about how this could be made to happen. If someone would take a look and see whether they think it's easily doable (and if so, how?) I'd really appreciate it.