I’m making a prototype of a game, users first enters a “How to play” page, after clicking a checkbox, it proceed to screen 2(the main game). Everything went smooth until it didn’t show any data on screen 2 after switching screen, what’s wrong?
Depending on what you’re trying to do, you can probably just set 1’s Text to in list app variable LIST get #1, set 2’s Text to in list app variable LIST get #2, etc. No need to remove any list items. And if you do need to remove list items, you can set each Text value to get and remove #1 because the first item will always be unique (1, 2, 3, or 4 as you’ve initialized that list).
The app variable LIST is set to a shuffle number from 1 - 4, but not a list contains 1, 2, 3, 4. I would like to get a random number than show it as the button’s text, repeated for 3 times(in other buttons) with no duplicated numbers.