Forum Discussion
RyanCrockett-a6
7 years agoCommunity Member
Randomized Board Game - No repeat numbers solution
Hi All -
I watched Nicole's webinar the other day - Learn How to Build an Engaging Board Game Slide - that had a game that used the random number generator to replicate a die roll. One question t...
EuanHill-0ac0c2
Community Member
Hi Lesley,
Thank you for this, it's great to clarify how it works.
I'd said "developed it so it loops the animation run again if a previously rolled number appears again" and you've helped by clarifying this is the case :).
Thanks again!
RyanCrockett-a6
6 years agoCommunity Member
Leslie - Thanks for answering Euan's question.
Euan - The Roll the Dice layer basically serves to retrigger the Dice Roll Value layers as it jumps between the two when a random number results that has already been used. Adding a layer like this is a useful trick for creating infinite loops for animations or when using random numbers.
- EuanHill-0ac0c26 years agoCommunity Member
Thanks, Ryan. It's a great trick. Kudos!