I am quite new to Construct and have the following question/problem:
I try to build a little search game in which the user should find different objects on the screen.
There are about 30 different objects (or sprites) on the screen. Some of them are correct findings the others not.
To avoid to create the same events for each of the sprites I have put all of them into a "family"-group.
In the event sheet I can add an event for the whole family but wonder how I can detect which sprite of the familiy the user has clicked on.
When the users clicks on one of the families sprites I need to know which one it was to check if this one is a correct or a wrong finding.
Is it possible to get the name or id of the sprite? Is there something like "me.name" or "this.name" in Construct?
Thanks in advance for your help.