Construction of the Random Number Button
1. Construct a variable called "a" and use the following script to conduct a number between 0 and 9.
a=RandomBetween(0,9)
2. Construct a variable called "b" and use the following script to conduct a number between 0 and 9.
b=RandomBetween(0,9)
3. Construct a variable called "c" and use the following script to conduct a number between 0 and 9.
c=RandomBetween(0,9)
4. Take text tool and in advanced part select a, b and c numbers.
5. Constract a button named "Get a random number" and write the following scripts.
a=RandomBetween(0,9)
b=RandomBetween(0,9)
c=RandomBetween(0,9)