Less Than
Use Less Than to check if one value is less than another. Less Than is in the Logic category.
Input
Name | Data Type | Description |
---|---|---|
Value1 | Int/Double | The base value. |
Value2 | Int/Double | The value to compare to the base. |
Output
Name | Data Type | Description |
---|---|---|
Value | Boolean | A boolean signal of the comparison result. |
Example
This example sets a variable called “open times” to record the number of times the mouth has opened. If the mouth opens less than 3 times, it will hide the sphere, otherwise it will show.