Using Check Boolean Nodes

The Check Boolean Node is used to retrieve the value of a specified Boolean parameter (True or False) to determine which event to execute. When used together with the Set Boolean Node, it allows switching repeatedly between True and False events during Go MD session.

  1. Create a project with a character.

  2. Open the MP Node Graph panel and switch to the Variables tab page.
  3. Click the + button of the Boolean list to add a new boolean variable.
    • Name: Double-click to rename the variable.
    • Value: Determines the initial value when Go MD mode starts. You can use the Set Boolean node to define its value (Activated = True; Deactivated = False).
  4. Open the MP Node Graph panel. Right-click on the viewport space and choose Condition Node > Check Boolean.

    A new Check Boolean node will be inserted on view.
  5. Drag a flow line from the Start node’s output and connect it to the Check Boolean node’s input.
  6. Select the node and adjust the settings in the Attributes page.

    • Boolean: Choose the boolean variable created in step 3.
    • Notice that the boolean value will lead the flow to True or False event.
  7. Connect events to the True and False outputs. In this case, the character jumps when True and squats when False.
  8. Start the Go MD Mode to view the animation results.
    • When "Jump or Squat" is initially set True:
    • When "Jump or Squat" is initially set False: