I'm looking to make a flash card app, where I keep the sprites (objects) in an array and get them when the cards are cycled through, but I can't see how to do this (since you have to select the object in C2). Is there a way to do this using an array?
not super familiar with array but you can set the sprite after pulling the number or otherwise off the array ju know array x-1=sprite 1 x-2=2
Develop games in your browser. Powerful, performant & highly capable.
Could you give more details?
Those sprites - are they instances of one sprite, or different sprites?
Do you want something like a deck of cards, which you shuffle and then deal cards one by one?