Construct 3 r425

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Is disabling outputs in flowcharts just for mirroring the functionality in event sheets? Or would there be events for enabling and disabling outputs at runtime (similar to toggling event groups as active/inactive)?

    Or maybe this is something you would rather envision using events to change node tags for, and using those tags in conditions? (I don't know, I'm still in the process of figuring out how to work flowcharts into my projects.)

      • [-] [+]
      • 2
      • DiegoM's avatar
      • DiegoM
      • Construct Team Construct 3 Developer
      • 2 points
      • (0 children)

      Disabling outputs in the editor is a convenience more than anything else, to avoid outright deleting a part of a flowchart if you are not sure if you want to keep it around or not.

      It's also the first step to being able to disable entire nodes of a flowchart, also for convenience.

      I don't think there will be events to disable outputs at runtime because that would just fall into how the information in the flowchart is consumed. If your runtime logic says an output shouldn't be followed, then it effectively is disabled.