Hey all,
New user here, so probably a noobish question, but no tutorials seem to be able to address my problem. I'm trying to create two basic states, Idle and Move. The Idle state is active when none of the WASD keys are pressed and the Move state is active when any of the keys are pressed. There are OnButtonDown actions for Vertical and Horizontal, but not both at the same time. I don't know how to make a condition within Playmaker that checks if both Vertical and Horizontal are equal to false. Any help would be greatly appreciated.