Hi everyone, hope you are doing great,
I am working on this game where you have to drag falling cards to a good/bad bin depending on their content.
Right now I have 20 different images with their content already embed, and I can say if they are good/bad using an instance. (20 frames on the sprite animation, if animation.framecount is less than 10, set instance as good, if it´s more than 10 set instance as bad) on drop, it compares the instance and if matches, user gets 1 point
This works fine, however, I would like to have more options without making dozens of cards/frames, mostly, because of the final loading times.
I am trying to think how this should work, cards have Bullet behavour, and they are created every x seconds on the top of the layer.
How can I attach different texts to different cards? Is this something doable, or am I overcomplicating things? Should I just go with image cards?
If you think there´s a good workaround, where should I start looking? arrays? I´m not a complete unexperienced here, but I´m far far from being good with them
Thanks so much in advance for any tips :D
Have a great day!