08.08.14, 15:24
Hi
I've drawn some elements in a for loop and want to do stuff with it that I can't do in that same loop. I can't figure out yet how to "reach" for an object. I've given the object an ID in the loop, but can't access it with: object[a].position for instance
How to do this?