hello everyone …
am trying to move my car left and right through 2 GUITextures Buttons(left and right),
currently am using the keyboard arrows or keys (a,d) throught - Input.GetAxis(“Horizontal”); -
, and I want to transform this Input.GetAxis(“Horizontal”); into code that I can put in the 2 GUITextures (left and right)
so how can I do this …
here is the code that makes my car steer left and right :
steer = Input.GetAxis(“Horizontal”);
thanks in advance ![]()