Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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?