All pastes #2089745 Raw Edit

Someone

public javascript v1 · immutable
#2089745 ·published 2011-10-13 14:36 UTC
rendered paste body
var GameObject :Transform;function Update () {if (Input.GetButtonDown("Fire1")) {transform.Rotate (Vector3.right * Time.DeltaTime);}}