I create an object (SVG) by name on a layer. Now I want to set instance variables that the object inherits from it's family. How do do this? Is there a UID I can catch somewhere?
Develop games in your browser. Powerful, performant & highly capable.
For cases like this you can usually use the system condition "pick last created" in a sub-event.
That does it. Much appreciated.