I need the code of Input.GetAxis("Horizontal")

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 :slight_smile:

http://bit.ly/TzQqRz

A’ight, welcome to the internet, I suppose. Generally it’s a bad idea to click a link that looks like that. In fact, not generally - always. It’s always a bad idea, without exception, to click on a link that looks like that.

Ok