Can someone explain me this better?
I'm having problems with it and cant manage to make it work.
I didn't understand what you said here:
Or, you can pick by the sprites index "pick "nth"". This is unique to named object types, so all instances of the same object are easier to pick
If possible could you show me an example?
What I'm trying to do is hit the button "1" of the keyboard to activate the object with 50 opacity. It will follow the mouse cursor untill I click the mouse left button. And than if I hit the button "1" again I want the new object to follow the mouse cursor. (My attempts are leading to all objects created follow the mouse cursor or the wrong object to follow it)
--EDIT--
Oooh nevermind.. I just got it.
I set pick "nth" to pick the object count + 1 and its working exactly as I wanted :D
Thanks anyway :)