Changing Attributes

Still working on my card game. Stuck again. Initially I have 5 actor cards spawned with a timer so 5 cards are dealt out. What I want is, after the 5 cards are dealt, I want to touch the deal deck and have only one card spawned at a time. What keeps on happening, is no matter what...5 cards spawn every time I touch the deal deck. Any help would be greatly appreciated.

I would have thought, after the 5 cards are dealt, change attribute to something like: game.cardsdealt to true, then if game.cardsdealt is true spawn the 6th card. Just does not work. Thanx.

Comments

Sign In or Register to comment.