I am making a balloon pop game where there would be ovals flying from down to up and it will have both wrong and right answers
Clicking on right is reward and wrong would have your score decreased
Sprite right_answer - eg 1+2=3 , 4+5=9 etc
Sprite wrong_answer - eg 1+3 = 7, 2+8 = 15
I used imagemagick to create 1000 pictures(using random numbers) added it to the frames in the sprite and then used "Set animation frame" to random to pick individual frames
But it looks like game would become very big this way
Is there a way to generate the images dynamically using construct 3 or are there better ways to do what I am trying to achieve?