first question :
now I want to convert my kew down from my computer to screen button, everything doing great, except :
when I made my key down from my computer for example (( down key for my player )) make my player go down, and there is option (( repeat )) , if I still press my down key, my player still move down,
but when I made my screen button (( down )) there is no option for repeat, so I want to make my player still move down when I press my screen button down, so how can I do it ( because there is no option for repeat screen button ( mouse button down )
second question : in my computer button, when I press space, make my player shoot from left to right,
but when I press down with space, my shoot will be different direction witch is X:40 and y:18 this is easy , go to my shooplayer >control panel > key down> press down button in my computer> script editor > then write xvelocity=16; and yvelocity=8;
but how can I do the same function when in my screen button ???
thank you