Platform Builder Forums
Main => Suggestions => Topic started by: Antikore on January 13, 2020, 08:13:30 AM
-
Title explains by itself.
-
right. I think that's a given.
-
Title explains by itself.
Yup, it would be really practical.
-
Already possible:
if falling=true
-
Already possible:
if falling=true
Sure that would work?
-
Sure that would work?
it should.
now that I think about it, maybe this could work:
if jumping = true & if falling = true
-
I knew I was missing the jumping part.
-
it should.
now that I think about it, maybe this could work:
if jumping = true & if falling = true
Close, but I think you would want:
if jumping = true or falling = true
Both of them will never be true at the same time.
-
Never thought of that.
-
Close, but I think you would want:
if jumping = true or falling = true
Both of them will never be true at the same time.
Wow, you're really smart! 👏