Hi! I am beginner in construct 2 and in gamedev also.
I'm making simple game: 2D platformer fight where both players can perform next actions: move, jump, sit and attack (both during jump and stand).
l'm using "spriter" to make animations.
I've already made movement (move and jump) using video "Using Spriter animation files in construct2" (i've made the same events).
And now i have problem with adding sit and hit animations.
Events like "Player is on floor & hit button pressed -> set animation to "hit" doesn't work, sprite just standing. (it looks like he begins to play hit animations, but immediately begin to play stand animation). I've spent several hours and don't know what to do and i'm looking for help
Thanks in advance! (and sorry if there are already this question on forum)