simple error messages, need help with them.

hello noob here using tutorials from brackeys.com to get started on making games, im not good at coding and i’m wanting to get better. i followed his tutorial exactly with the coding but it seems unity doesn’t like it, all the error messages i don’t understand and i can’t fix it could someone help me with the coding and error messages?

image included of errors and coding[30942-screenshot+2014-08-14+17.26.03.png|30942]

Please don’t post code or error messages as images. Post the code as text and use the 101/010 button to format, and include a copy of the error message from the console. Your problem is that you are using an asterisks around your ‘Horizontal’ instead of double quotes. The line should be:

 var rotation : float = Input.GetAxis("Horizontal") * RotationSpeed;