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

Need some early morning help with freezing the screen (Trigger)

Status
Not open for further replies.
Level 5
Joined
Nov 3, 2007
Messages
113
Good morning! ;D.

So in my map in start there is a hero selection, Then after the hero is selected it gets teleported to a other place from where he can enter portals to spawn on different places in the map, I want the game to ''freeze'' after he enterd a portal, to show some information about the map etc, sorta like an intro.

Example: http://www.epicwar.com/maps/28299/

Help is greatly appriciated!
:grin:
 
Level 37
Joined
Mar 6, 2006
Messages
9,243
  • Untitled Trigger 064
    • Events
      • Unit - A unit enters Region 000 <gen> // use whatever you want here
    • Conditions
    • Actions
      • Set group = (Units in (Playable map area))
      • Unit Group - Pick every unit in group and do (Actions)
        • Loop - Actions
          • Unit - Pause (Picked unit)
      • Game - Display to Player Group - Player 1 (Red) for 5.00 seconds the text: Info
      • Wait 5.00 seconds
      • Unit Group - Pick every unit in group and do (Actions)
        • Loop - Actions
          • Unit - Unpause (Picked unit)
      • Custom script: call DestroyGroup(udg_group)
 
Level 5
Joined
Nov 3, 2007
Messages
113
Thanks for this.. but its still not exactly what I'm looking for, since at the Event, there are 12 locations possible the hero can choose from, And I want the screen to be like cinematic, so black at bottom and top of screen.. Thanks anyway though! But not solved, yet.
 
Level 27
Joined
Jul 6, 2008
Messages
11,326
Wait, so you want to do it like that:
-A hero enters a region
-All units get paused, cinematic mode turns on, and you show some places at different angles.
-Camera returns to normal, units gets unpaused.
-Trriger is disabled.

Like that?
Well that's not hard, you can use Pause and Cinamtic mode trrigers for that.
 
Status
Not open for further replies.
Top