Hi All,
I have a button that create an Object on the center of the screen, I can drag them around.
The thing I'm trying to do is: after I created a bunch of them when the mouse is OVER a specific instance, to control ONLY this instance (whatever I want to do, resize, change opacity, it doesn't matter).
Mouse |> On mouse wheel up |> Rocks |> DO WHATEVER ACTION HERE
I want to control only one objects, but it affects ALL the created instances that are on the screen.
I'm guessing that 'For Each' is the solution but I didn't understand how to make it work, the documents confused me a bit so I came to ask here.