Simple Running Movement

Hi, I am new to unity and would really appreciate someone starting me off with an example of how to code I simple character moving in a given direction.
I would like to use Java Script.
I want one object to move automatically in a direction and another to move when I press a button.

Any help much appreciated.

Those things. and more. are covered in the official tutorials on unity3d.com.

When you are done with those then you can look for more tutorials in the teaching section of this forum.
http://forum.unity3d.com/forums/23-Teaching

You can also search YouTube and Google.

Yea, I’ve been watching the beginner tutorials and looking on youtube. I’ve found one guy who goes over making a character control in depth in C# all I want is a simple line of code saying move this object in X at speed 5 when game starts.

http://docs.unity3d.com/Documentation/ScriptReference/Transform.Translate.html