If GetRawKeyPressed(39) // right
dlx=lx+1:dly=ly:puty=1:sped=2:Goto tara
endif
If GetRawKeyPressed(37) // left
dlx=lx-1:dly=ly:puty=2:sped=2:Goto tara
endif
If GetRawKeyPressed(40) // down
dly=ly+1:dlx=lx:puty=3:sped=2:Goto tara
endif
If GetRawKeyPressed(38) // up
dly=ly-1:dlx=lx:puty=4:sped=2:k:Goto tara
endif
This code works so you have to press the key again and again so that the player performs the action.
I need that when the key is pressed to the right, the player is constantly running to the right.
Which team do this?