Else If behaviour child behaviours don’t follow when moved
-
When moving a behaviour which contains an else if statement, everything under the else if statement doesn’t move with the rest of behaviours as expected
-
@Kamdroid Yes, seen this...
And those funky lines. I want curves. Sexy, sexy curves. Like this:
-
-
@Aidan-Oxley How do you avoid elses ?
-
@Aidan-Oxley said in Else If behaviour child behaviours don’t follow when moved:
Did you know that GamePress used to have curves, not corners?
why did they leave?
-
@Deeeds said in Else If behaviour child behaviours don’t follow when moved:
why did they leave?
Because the devs removed them!
@Aidan-Oxley i couldn’t live without else ifs.
-
@Deeeds I just use more Ifs, if x = a and if x ≠ a etc. Don’t ask me why the curvy lines left, I guess they decided to change their style or something.
-
@Aidan-Oxley It's an odd choice. These square lines are both ugly and hard to "read" when they overlap and interact.
-
The if/Else is visually broken. We thought we were so cool when we came up with that design concept. Boy did we immediately regret that.
We'll be changing if/else so they are a single behaviour with 2 sets of outputs.
Left side is the IF, right side is the else.As for curved lines, when we rewrote hyperPad, the lines were removed for performance reasons. The way the lines are being done are actual a performance hit. The beahviour screen is actually a cocos2D scene. We noticed users were getting more and more complex with their behaviours so we ultimately removed the curved lines. I'd like to see them back one day. I do love some bezier curves.
-
@Murtaza said in Else If behaviour child behaviours don’t follow when moved:
We'll be changing if/else so they are a single behaviour with 2 sets of outputs.
Left side is the IF, right side is the else.May I be so bold as to make a suggestion?
Oh. You can't wait?
Here it be:
Bottom Out is If = true, right side is Else.
Keep the left side of Behaviour nodes reserved for inputs (eventually), and the flow going down and to the right.