hi everyone. how can i change the speed of sprite that move w a s d movement? (i want to make dash action for my game character)
for example: if i will press W+space - the character will dash right.
this is how I did the movement:
conditon: key press - W action set Y to player.Y-2
conditon: key press - S action set Y to player.Y+2
conditon: key press - D action set X to player.X+2
conditon: key press - A action set Y to player.Y-2