MOVE BUTTON BACK
This script, generally used with the IF command, moves a button to the back of the code window.
FORMAT: MOVE BUTTON BACK
EXAMPLE 1:
MOVE BUTTON BACK
Moves this button to the back of the code window.
EXAMPLE 2:
$team = #"team1"
IF ( $team != "Germany", MOVE BUTTON BACK)
Obtains the name of the button with ID name "team1" and use it in the $team variable. IF the button in the same code window names with the value in $team is different than "Germany", then the current button will move to the back of the code window.