I want to program a page that will take me randomly
Example: I’m on page 5, after 3 seconds it will randomly go to 4 or 3
Set app variable randomNum to random integer from 1 to 2.
If app variable randomNum = 1, navigate to page 3
If app variable randomNum = 2, navigate to page 4
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.