Hi guys!
I have the object and need to create copy of it. This is no problem: i'm using Spawn action. But I want to set some properties of new object, how I can change context to new object?
In text UIDs is same
Develop games in your browser. Powerful, performant & highly capable.
You can add a sub-event with two conditions:
System Pick All Symbol System Pick Last Created Symbol
Or use a family - "SymbolFamily spawn Symbol" - this what you can refer both objects in the same event.
Thank you!
First solution is working, but second - isn't
Help with families, please
Thank you! First solution is working, but second - isn't Help with families, please
Image with events isn't showing
Create a family with the Symbol object. Then you can pick a family instance in an event, use it to spawn Symbol instance. And you will be able to refer both instances in the same event - for example
Set text to SymboFamily.UID & newline & Symbol.UID