Coding for mouse and button script...

Hey all!

Could someone help with two simple things…

  1. How to make double click activate running and one click walking with character…
  2. How to combinate shift + something other button to work as quick button in character?

Br,
Mika

Have you checked out the ref pages?

this should get you started on the right path.

http://docs.unity3d.com/Documentation/ScriptReference/Input.GetKeyDown.html

Check this out for the double clicking

Thanks For Help…