Hi everyone, I'm new here. I just started messing around with Construct 2 and I have to admit it's a lot more simple than other programs I have used in the past. However, I've been running into some issues.
First of all, how would I go to make it so there are two permanent crouching animations?
This, basically:
When down arrow is pressed, the character goes into a permanent crouching state. It plays one frame of a standing to crouching pose then a 5-frame animation of a crouching animation.
When down arrow is pressed again, the character goes into another permanent crouching state but can now move around.
When up arrow is pressed once, it goes back to the first crouching state. When up arrow is pressed another time, it goes back to the standing state.
The closest I have managed to do is to make the character crouch when HOLDING the down arrow and not pressing it and even then, the animation isn't playing, just the first frame, nor is the standing to crouch pose.
Lastly, I seem to also have sound effect issues. The character can shoot bullets by either holding or pressing the S key, when held, it shoots slowly but when pressed, it can shoot faster. Not only does when I press it shoots at the same speed although I used a different value, but the sound effect gets cut as soon as I let go the button. If I hold it, it works fine, but if I just press it, it doesn't fully play. Another sound issue is that I have made a button to run faster than usual which works, but the sound of the footsteps don't get any faster.
Sorry for all the questions, but thanks in advance for the help!