This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I imported an epic 2 minute song to introduce my map and I want to loop the last say...thirty seconds of it until a specific event has occurred, can I do this without slicing the original song into a thirty second clip, and if so, how?
Just make a Sound trigger that says, Play Soundtrack (The Song)
Then, make a Element that is something like:
- Event -
Unit - Any Unit Enters Region (If thats the Event)
- Conditions -
- Events -
Stop Soundtrack (The Song)
You can start the song at a certain point. Just do an after 2mins play sound start from 1:30 and just loop it until a condition is met
I imported an epic 2 minute song to introduce my map and I want to loop the last say...thirty seconds of it until a specific event has occurred, can I do this without slicing the original song into a thirty second clip, and if so, how?
Just make a Sound trigger that says, Play Soundtrack (The Song)
Then, make a Element that is something like:
-Event-Unit - Any Unit Enters Region (If thats the Event)
-Conditions--Events-Stop Soundtrack (The Song)
You can start the song at a certain point. Just do an after 2mins play sound start from 1:30 and just loop it until a condition is met