Is there any extension for rolling number?

Is there any extension for rolling number?

I want the particular number i set, it will appear in screen after generating many numbers finally comes that number…

3 Likes

Not sure about an extensions but you could do this with a loop and the random number block. Just set the label to the random number in a for loop for as many times as you want. If you want to control the speed, then use a clock to keep setting the label to a random number and store a count (count = count + 1) for the number of times it should be done, then when the count is reached stop the clock.

Edit: the extension posted by Manbir seems easier so ignore.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.