I am making a card game. I am following the pairs tutorial. Everything is working with my card placement except it isn’t placing all my cards on the placeholders, just a random selection of them every time. Sometimes 5 sometimes 10 but never all of them. Any ideas?
the pick random blank doesnt see the difference between a placed one and a not placed one.
means it will repick some, that are already placed and move them again.
you need to give the blanks a variable placed.
have the condition pick random blanks and variable placed = 0
in action set variable placed to 1
1 Like
Yes. Brilliant. Thank you. Your are a genius. I am in your debt.
1 Like