1. Construct a variable called "a" and use the following script to conduct a number between 0 and 9.[br]a=RandomBetween(0,9)[br][br]2. Construct a variable called "b" and use the following script to conduct a number between 0 and 9.[br]b=RandomBetween(0,9)[br][br]3. Construct a variable called "c" and use the following script to conduct a number between 0 and 9.[br]c=RandomBetween(0,9)[br][br]4. Take text tool and in advanced part select a, b and c numbers.[icon]/images/ggb/toolbar/mode_text.png[/icon][br][br]5. Constract a button named "Get a random number" and write the following scripts.[icon]/images/ggb/toolbar/mode_buttonaction.png[/icon][br]a=RandomBetween(0,9)[br]b=RandomBetween(0,9)[br]c=RandomBetween(0,9)