BCE0005: Unknown identifier: 'PlayerAnims'. Please help

So I recently started using Unity and I used a youtube tutorial to help with the basics, in this case learning basic gameplay coding etc.
(http://www.youtube.com/watch?v=xAfAnLzGwY8&list=HL1360937488&feature=mh_lolz)

His worked fine when he tried to run it towards the end of the video (13:12) but when I try it tells me all compiler errors must be fixed with the following info.

Assets/Scripts/Script1.js(10,6): BCE0005: Unknown identifier: ‘PlayerAnims’

I see nothing different in mine compared to his and his is working just fine. I’m new to this so I probably just made some stupid mistake. Help is greatly appreciated :slight_smile:

Thanks guys.

Line 36, you have two ‘m’ characters in the function name.

Thanks that’s one out the way but now it’s saying “Assets/Scripts/Script1.js(17,10): BCE0005: Unknown identifier: ‘input’.”

Same problem; no idea how to fix this :confused: