April 5, 2019
Quick Tip: Zeros and Ones are Cool – the Toggle
Comments
(2)
April 5, 2019
Quick Tip: Zeros and Ones are Cool – the Toggle
Explorer 17 posts
Followers: 13 people
(2)

When you create a button, you can assign an action to it called “Toggle”.  Toggle changes the default value of Zero to One.  You can write complex actions or very simple ones to check to see which buttons are set to the value of Zero and which ones are One.  Jump, show / hide or do anything you can think of based on which buttons have which value.  Pretty cool, huh?

2 Comments
2019-04-08 15:23:32
2019-04-08 15:23:32

Yeah, pretty cool.

Like
2019-04-05 06:46:52
2019-04-05 06:46:52

Have written a lot of articles about toggling. The Toggle command is meant for Boolean variables, you can use either 0/1 or No/Yes or False/True for their value, result is the same.

Toggle command was added, one of my requests, because it is easier for newbies than having to use the Expression Var = 1 – Var   which has exactly the same result.

Like
Add Comment