Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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)