Hello, can find answer, how i can easly get link to sprite from upper condition if i spawned new one at sub-event, see screen
As result, I wnat to get action like (new)icon.property.setValue((old)icon.property.Value)
Develop games in your browser. Powerful, performant & highly capable.
Add this sprite to a family. Change your event to this:
On double-click on IconFamily : IconFamily spawn Icon
Then you'll be able to refer both instances in the same event - set icon.property to (IconFamily.property)