document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function Update ()  {
  2.      if (Input.GetKeyDown("mouse 1"))    
  3.         transform.localPosition.x = 12;
  4.      else
  5.         transform.localPosition.x = 0;
  6. }
');