what are some simple tutorials to learn Boo script???

I can’t find any good free tutorial all I have found is the offical website which has a tutorial but not very good and this Asteroids in Unity 3d it does uses boo but doesn’t tell you what does what. ps I know Unityscript aka Java script

   this is what I think I are related
  1. var fireHouse = int \\ _fireHouse as int
  2. bolean //// bool
  3. function /// def

Learn Python; it’s very similar to Boo and has more learning resources.

Rather learn C#. It is a more structured language and you can use the skillset in many other aspects of software development. Whereas boo/unityscript is more limited.

And with intellisense and Visual Studio C# is definately the best coding environment.

The Unity Script Reference is an Obvious place to go…

It can teach almost everything about scripting in all three of Unity’s Languages