Types of Conditions
TextBox Conditions
These conditions deal with the content or the state of a TextBox.
Type 2
TextBox Condition: Compares the contents of the currently selected TextBox and the Type 3 categories.
Type 3
- TextBox Empty State: Performs a set action if the contents of a selected TextBox exists/does not exist.
- Empty
- Content Value Exists
- Compare with Variable/Input value: Performs a set action if the contents of the selected TextBox satisfies a set condition after being compared to the set variable value (text variable) in the compare values or the input values in the TextBox.
- Compare with DB Field value: Performs a set action if the contents of the selected TextBox satisfies a set condition after being compared to the input contents in the selected DB table column.
- Compare with Edit-time value of TextBox : Compares with the value already entered in the TextBox by the user.
Database Conditions
These conditions compare the record count, record number, and field values of a database.
Type 2
- Total Record Count: Performs a set action if the total number of records in the selected DB table satisfies a set condition after being compared to the set value in the compare values.
- Current Record Number: Performs a set action if the current record number satisfies a set condition after being compared to the set value in the compare values.
- Field Value of a Column: Performs a set action if the specified column value in the selected DB table satisfies a set condition after being compared to the set value in the compare values.
Group Conditions
These conditions are based on the status of a group, including such things as group number, object count, and overall object position.
Type 2
- Runtime Group number: Performs a set action if the group number equals the values set in the compare values section during play.
- Runtime Group's object count: Performs a set action if the total number of objects in the group equals the values set in the compare values section during Play.
- Runtime Group's current object number: Performs a set action if the selected object number in the selected group equals the number value set in the compare values section during play.
- All object's position is identical with saved: Performs a set action if the next selected group has the same object coordinates as the predetermined coordinate values.
- Identical object's position between 2 groups: Performs a set action if the next selected two groups have equal object coordinates for all objects in the group.
Last Checked Conditions & Other Conditions
These conditions allow you to perform actions based on whether the previous condition or a saved condition was true or false. To save the result of a condition, check one of the three checkboxes at the top of the Condition Settings dialog box labeled A, B, or C. See the examples at the bottom to better understand these conditions.

Variable Conditions
These conditions compare the value of variables. There are special conditions to compare color values if you want to compare two colors.
Type 2
- Compare value of variable: Performs a set action if the variable value satisfies a set condition after being compared to the set value in the compare values.
Type 2
- Compare color value of variable: Performs a set action if the variable value satisfies a set condition after being compared to a set color value.
Type 3
- Red Color Compare: Performs a set action if the variable value satisfies a set condition after being compared to the set red color value in the compare values.
- Green Color Compare: Performs a set action if the variable value satisfies a set condition after being compared to the set green color value in the compare values.
- Blue Color Compare: Performs a set action if the variable value satisfies a set condition after being compared to the set blue color value in the compare values.
- Whole(RGB) Color Compare: Performs a set action if the variable value satisfies a set condition after being compared to the set RGB color value in the compare values.
|