Console errors, how to solve?

in my move around script, (i’m making the tornado twins worm game using tutorials) there are a number of console errors.
these are the errors: http://imageshack.us/photo/my-images/805/errorsq.jpg/
my script is this

http://www.mediafire.com/?14p6pe3br5fb4yz

help would be appreciated.

You have a colon(:slight_smile: at the end of line 36 (i guess). You need a semicolon(:wink:

transform.Rotate(0,tumbleSpeed * Time.deltaTime,0, Space.World):
                                                              /|\ 
                                                               | here

thanks for the advice. Now that script is error free. woot. :smiley: