How to I refer to an instance using UID in action panel? For example, I have instances A and B of type Object. How to set the A to invisible while doesn't mess with instance B?
Develop games in your browser. Powerful, performant & highly capable.
the way i do this, is create a variable on the object to store it's own UID.
on created set variable to "Self.UID"
so when Variable = specific number; then action occurs.
hope this is what you needed =)
Thanks, it helped me a lot.