ulf.schroeter Posted June 9, 2011 Posted June 9, 2011 Problem A little bit strange but in latest SDK engine.controls.getState(CONTROLS_STATE_RUN) seems to return 0 instead of 1 when SHIFT key is pressed and vice versa. See attached test case. ControlsRunBug.zip
Guest anet Posted June 10, 2011 Posted June 10, 2011 Problem A little bit strange but in latest SDK engine.controls.getState(CONTROLS_STATE_RUN) seems to return 0 instead of 1 when SHIFT key is pressed and vice versa. See attached test case. Did you check that "always run" option is off?
ulf.schroeter Posted June 10, 2011 Author Posted June 10, 2011 Did you check that "always run" option is off? Thanks for the hint, that solves the problem :-) I missed the documentation details and expected "always run" would mean always RUN, not "default run" mode.
Recommended Posts