#When I press "Z" the character does not run because for the character to run the player has to press

5 messages · Page 1 of 1 (latest)

versed frigate
#

When I press "Z" the character does not run because for the character to run the player has to press "Z" while walking

#

everything is fine oh but the problem is that I put the following code

#

var hor = keyboard_check(vk_right) - keyboard_check(vk_left)
scrmovimiento(hor)

#

if (gamepad_is_connected(0)) {
var hor = gamepad_axis_value(0, gp_axislh) - gamepad_axis_value(0, gp_axisrh)
scrmovimiento(hor)

#

}