Hi, I am making a little 2d space game with construct 2 and I am having some trouble with movement.
I have it setup custom movement so when the player holds down the up arrow the ship will accelerate at the ship angle, same with the down arrow but at a negative acceleration. I also have a event that will stop the ship going too fast.
The problem I am having is that I want the ship to slow down to 0 when no arrow keys are pressed (not just stop) but I can't work out how to do it. I tried making an event that when the up arrow key was released and the speed is greater than 0 to set acceleration at -100 but it doesn't seem to work.
If anyone could give me some advice on how to accomplish this that would be great.
Sorry I know this is a really basic question but I just can't work it out I am very new to construct.