Yep, ridiculous:
I see how this works now. I am getting the hang of the work flow. Thanks a ton for your help!
>Keyboard > On Q Pressed > is animation "Idle" playing --Set animation to "Blink" > Else --Set animation to "Idle"
>Keyboard > On Q Pressed >
is animation "Idle" playing
--Set animation to "Blink"
> Else
--Set animation to "Idle"
I don't really understand this. I don't get an else option and I don't get a "is animation playing" option. This is ridiculous.
Develop games in your browser. Powerful, performant & highly capable.
At the moment I have
Keyboard > On Q Pressed > Set animation to "Blink" [/code:3l6ludh8] and that works fine but when I try to add this sub action [code:3l6ludh8]Set animation to "Idle"[/code:3l6ludh8] it never actually starts the "Blink" animation in the first place. What do I do here?