I am trying to make a very simple program for a school assignment.
I simply need to display 3 random icons of playing cards.
All the icons are stored in an image file as 1.png-52.png
Is there anyway to do this with out identifying each individual image, adding it to an array and using math.random to select one.
If I had like 10 images I could understand using that method... but 52?
Any help would be greatly appreciated