Hey guys i was wondering if someone could help me.
Basically i am making a FPS and when i move left or right using the mouse left and right arrow key how can i get movement like this:
starting from 0:26
you see when he moves left or right on him mouse how does he get those dynamic movements now is this rotating the objects arms so when it reaches its destination then stop. Please can some one help me i would be really really thank full for a test you can try this on a simple cube
public var moveSpeed : float = 2;
public var GUN : GameObject;
public var moveOnX : float;
public var moveOnY : float;
public var OnOff : boolean = false;