Input problems

Im new to unity. What i wrote was from a video

but i keep getting errors with the scripts. Need help thank you for every comment

2 Answers

2

Time.deltatime needs to be Time.deltaTime

In addition you haven’t defined the speed variable yet.

It’s Time.deltaTime

And you didn’t declare a speed variable http://en.m.wikibooks.org/wiki/C_Sharp_for_Beginners/Variables