I have 52 image files and I have 5 places that have to be filled. Is there a way to place a random image in each place? Is there a way to create a loop that will be able to run through all the places and placing images in all of them.
I am making a blackjack game and I have all the cards stored in an array. How can I randomize the array so that when crads are dealt it is random. Will there be problems drawing the same card twice?
Thanks in Advance