Where to go from here? (Learning Unity)

I’ve been following an excellent set of tutorials, and I’ve taken a nice understanding of JavaScript, but my question is “Where to go from here?” These tutorials showed me an example of an FPS, But the only problem I have now with scripting is How to begin a script and how to end.
The problem is having to knowing what line of code to used to do something, or even where to put it, for instance, activate a light.
The Unity reference is useful but it can be confusing and hard to use at times.
Tutorial I’ve been following VTC, and 3DBUZZ Tutorials,
Does anyone know any useful information or Tutorials that’ll get me coding an entire game without watching a tutorial? Just something that’ll teach me how to do simple things that I can expand upon and make a small game.
Thanks for reading.

First decide on what type of game you want to make, then you should grab the tutorial project(s) from the Unity web site and Asset Store which are similar, and open the scripts there to see what they look like, what they do. It’s pretty easy once you get the hang of it.

For more tutorials than you can shake a stick at, see this question.

Thanks Dave and Chris

There’s a book called Game Development with Unity. It’s got lots of sample code and gives you a good place to continue learning after you’re done with the tutorials. Also, the included DVD has a game proposal template pdf doc that you can print out as many copies of as you want. I’ve found that incredibly useful in placing some semblance of structure around all the random spontaneous game ideas I get all the time.