3rd person view...using arrow keys to rotate camera

Werbung:

abdumac

New Member
no, i don't want the camera to automaticly rotate, i want to control the rotation with the left and right arrow keys, anyone know how to do this?
 

Undead_Lives

New Member
If you only want the CAMERA to rotate, you use the same trigger except make the Event Player presses (key) on keyboard. Make a condition that it's the right arrow key, then rotate the camera. Make another trigger exactly the same except change right to left.
 
Heres that basic text:

Event:
Play 1 (red) - Press right arrow key

Action:
Roate camera around unit X amount of degrees

@Undead
Checking if it's a right arrow or not is not a condition - it is specified in the event.
 

abdumac

New Member
<div class='triggertop'>TRIGGER</div><div class='triggermain'> Melee Initialization
Events
Map initialization
Conditions
Actions
tree_spacer.gif
tree_spacer.gif
melee.gif
Melee Game - Use melee time of day (for all players)
tree_spacer.gif
tree_spacer.gif
melee.gif
Melee Game - Set starting resources (for all players)
tree_spacer.gif
tree_spacer.gif
playergroup.gif
Player Group - Pick every player in (All players) and do (Actions)
tree_spacer.gif
tree_spacer.gif
tree_spacer.gif
action.gif
Loop - Actions
tree_spacer.gif
tree_spacer.gif
tree_spacer.gif
tree_spacer.gif
player.gif
Player - Set (Picked player) Food cap to 5
</div>


sorry i was just testing...
 
Werbung:
Top