playMaker

Author Topic: Hello How to make conditional statement by using PlayMaker  (Read 1850 times)

byelove

  • Playmaker Newbie
  • *
  • Posts: 1
Hello How to make conditional statement by using PlayMaker
« on: January 03, 2017, 01:47:05 AM »
Hello.

I wonder how to make  conditional statement by using PlayMaker.

ex.

bool isJump;
float velocity;

If(isJump)
{
    velocity = 10.0f;
}
else
{
    velocity = 0.0f;
}

Thank you for reading. And Happy new year.

Fat Pug Studio

  • Beta Group
  • Hero Member
  • *
  • Posts: 1294
    • Fat Pug Studio
Re: Hello How to make conditional statement by using PlayMaker
« Reply #1 on: January 03, 2017, 03:46:44 AM »
You have an action named CONDITIONAL EXPRESSION.
Available for Playmaker work