• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

How to make AutoRotate Camera?

Status
Not open for further replies.
Level 7
Joined
Mar 22, 2010
Messages
214
*I downloaded camera systems on my map but it doesn't work :cry:.
*So I wanted to make auto rotate camera system.

When a unit enters a region... it locks its camera at the unit entering and the camera rotates where the unit is facing...

get it now? thanks :grin:
 
Last edited:
Level 4
Joined
Jun 15, 2010
Messages
67
Try this:

  • Trigger 1
    • Events
      • Unit - A unit enters region REGION
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • Camera - Lock camera target for (Picked player) to (Triggering unit), offset by (0.00 , 0.00) using Default turnover (or something like that, my WE is Polish)
          • Camera - Rotate camera (Facing of (Triggering unit)) degrees around (Position of (Triggering unit)) for (Picked player) over 1.00 seconds
 
Status
Not open for further replies.
Top