Deck of Cards - By: BoltBait Development: ~1 hour People have asked me for a simple project to demonstrate how to manage a deck of cards. So, here it is. The deck is contained in a single sprite so it is easy to add to your project. Or, you could just start with this project and remix it. Comments are included to get you started. Generally, the deck is handled using two scripts: Shuffle (which shuffles the deck) and DrawACard (which picks a single card from those that remain in the deck). When a card is drawn, typically, I will move the deck to where I want the card to be shown and I "stamp" a copy there on the screen. If you have questions, post them and I'll try to answer. When uploading your projects with the 1.4 editor, remember to NEVER "Compress sounds and images" or your projects may not work correctly.