One touch Card Game

Hi all, I am working on a game, I only got one problem left but haven't been able to find any solution yet.

It is a simple card game where you can select one card out of 5. I haven't been able to disable the other cards, when you have selected the first card. Currently I am able to select all cards if I am quick. Is there a way to disable the other cards? Help much appreciated.

Thanks,
Christian

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    In each card actor, change game.selectedACard (boolean) to true when the card is clicked. In that same rule where the card is clicked, have a rule condition that checks to see if game.selectedACard is false.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

Sign In or Register to comment.