Good morning from Germany,
I am quite new to Construct and would like to ask how the following can be achieved:
I have a large number of sprites (50 +) on the screen.
When the user clicks on one of this sprites the name of it should go into global variable to be later compared to another list of sprite names.
I found out how I can check mouse clicks for each sprite by creating many different events. Unfortunately this way is not very convenient and a little bit difficult to maintain.
I wonder, if it is possible to create one event which can be called from all of the sprites. E. g. with case-conditions or with looping.
I am sure there is a more elegant way to achieve this. So help is very appreciated.
Thanks in advance for your help :-)
LG F.