Hi
I'm trying to make a simple quiz game.
It writes the name of a flower, and you have to click the right picture between 30 different ones.
I can make it work, but each flower-picture gets a really long click-event, which I have to copy and change variables to all 30 pictures.
My code is ugly, so I just ask - what would be the simplest way to do this?
(I put picture UIDs and names in 2 arrays, donno if that helps).
I've made a few other games, but have I already met Construct 2's limit?