• 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.

when reviving how to do the camera

Status
Not open for further replies.
Level 9
Joined
Apr 6, 2008
Messages
436
There's an action called " Apply Camera Object (Timed) ".
That's what you have to use.
But first you have to create a Camera Object. To do so, press M in the world editor main screen (The Terrain Editor) and put this camera object where you want.
 
Level 4
Joined
Aug 7, 2008
Messages
115
Teleport with Camera
>Events:
unit - a unit enters Region 001 <gen>
>Conditions:
If you wanna do a conditions. e.g - just blademasters can teleport.
(unit-type of (triggering unit)) equal to blademaster
>Actions:
Unti - Move (triggering unit) instantly to (center of(region 002 <gen>))
camera - pan camera for (triggering player) to (center of(region 002 <gen>)) over 1.00 seconds

--- ---

Reviving over a time with camera
>Events:
unit - a unit Dies
>Conditions:
If you wanna do a conditions. e.g - just blademaster dies.
(unit-type of (dying unit)) equal to blademaster
>Actions:
wait 5.00 seconds
hero - instantly revive (dying unit) at ( Center of (region 001 <gen>)), show revival graphics
camera - pan camera for (owner of (dying unit)) to (Center of (region 001 <gen>)) over 1.00 seconds

I hope it will help you !
=D Its big but you can understand
 
Status
Not open for further replies.
Top