Check if SKNode has a certain action running

Viewed 258

I have a SKNode that is running different actions. Depending on the running action I want to trigger other behaviours. For that I would need to find out how to check which action is currently running on my SKNode. I know of .hasActions() but this is returning a general true/false value, which does not help me in my situation.

Does anyone have a better solution?

Thanks in advance

1 Answers
Related