If you register multiple Radio Button objects into a single [Group ID], then when one Radio Button object from the group is touched, the specified BOOL variable is turned ON and the remaining Radio Button objects will be turned OFF.
When another Radio Button object in the same Group is touched, the same action will apply.
Add the below variable(s).
| [Name] | [Data Type] |
Var1 |
[BOOL] |
Var2 |
[BOOL] |
Var3 |
[BOOL] |
Drag and drop the following objects from the [Tool Chest] to the screen.
| Tab | Sub Tab | Property | Value |
| [Function] | [Basic] | [Group ID] | 1 |
| [Current Value] | [Variable]
[Name]: Var1 |
| Tab | Sub Tab | Property | Value |
| [Function] | [Basic] | [Group ID] | 1 |
| [Current Value] | [Variable]
[Name]: Var2 |
| Tab | Sub Tab | Property | Value |
| [Function] | [Basic] | [Group ID] | 1 |
| [Current Value] | [Variable]
[Name]: Var3 |