When the failedCount is more than 14, I want to change the animation . How can I do this?
Develop games in your browser. Powerful, performant & highly capable.
You can't put failedCount < 15 and failedCount >= 15 under same event, I mean sub event. Just separate them to two different event without nested to each other.