[Solved] Shuffle 10 numbers randomly

This is working great now, but is it possible to have a random number from 1-10 chosen but never repeat one? Because, of course, sometimes the same image will show twice or three times within a cycle.

To solve your problem, you need to create a list of 10 images and after each generation of a random index, remove the image from this list (by this index) and reduce the range of random numbers generation. In this case, there will be no repetitions.

Best regards, Alex
ACtech demo project
Thunkable X Basic Programming Course
Block Reference
Component Reference
Bug tracker

1 Like