madman980013 postsusajoined 2006-02-19#12006-07-233rd person view....rotating the camera with arrow keys.???I wanna know how to make it so when a player presses the left arrow key the camera should rotate to the left a little bit, and if they press the right key, it shoudl rotate to the right.can some1 plz tell me how to do this.
VampireKB401 postsRussia, Moscowjoined 2004-11-27#22006-07-23"Events" have such trigger as "Button pressed" and "Button unpressed" use it.For example:1 trigger(Trigger is off from the beginning)Eventevery 1 secConditionsActionsRotate camera to "(face angle)-90" of "Hero" for 1 sec2nd triggerEventButton "left" is pressedConditionActionTurn of "1st trigger"3rd triggerEventButton "left" is unpressedConditionActionTurn off of "1st trigger"