Sub Event animation issue

When establishing a simple start walk animation and idle animation using a sub event, I get no animation for my character.

If I do it the long way (i.e. 2 separate events of ‘is on floor’ + ‘is moving’ and then ‘is on floor’ + ‘is not moving’ ), the animation starts and stops as expected.

I cant see what I am doing wrong with the use of a sub event. :confused:

Indeed it isn’t working if you put them into the same sub-event. You need two sub events.

Thanks. That works a treat!