QUOTE(Chu @ Jan 26 2005, 12:10 AM)
Just do 2 triggers. One that displays the text, and one that centers the view for as long as you want/need.
Conditions:
Elapsed time is at least 0 game seconds.
Elapsed time is at most 10 game seconds.
Actions:
Center view at 'Location'.
Preserve trigger.
That will center the view for the first 10 seconds of the game (10 seconds Starcraft time that is, if it is in fastest it will be le... (trimmed)
[right][snapback]132733[/snapback][/right]
Hmm, my text isn't seem to be displaying at the beginning of the game. Although, the center is working finely. I have four hyper triggers in the section 'All Players'. I did the displaying trigger like this:
Condition:
Elapsed time is exactly 5 game seconds.
Or (If the one above doesn't work.)
Always
Action: (Example)
Display text for current player : (All colorful texts)
Wait for 90 milliseconds.
Display text for current player : (Text again)
Wait for 1000 milliseconds.
Display text for current player : (Text with colors)
Wait for 90 milliseconds.
Display text for current player : (Text with colors again)
Wait for 1000 milliseconds.
The 'elapsed time' or 'always' doesn't work. My friend told me that he thinks you need a specific line for it, but i'm not sure if his right.