Been working on my project for a good 8 hours now, can't figure out how to keep my animation from switching mid animation due to button input.
And My run attack won't go off. I have my platform like so...
(AWD - simulates movement now.)
On Right Arrow Pressed - [Sub Cat(platform IS moving, platform IS on floor) RunAttack]
[Other Sub(platform IS NOT moving, platform IS on floor) Kick]
I'll post my code, but I currently don't know how