- Joined
- Feb 14, 2013
- Messages
- 26
I have a problem with the sound, i have succeed to play the sound I want, when the tower starts to fire. However, after the first shot, the sound stops. I would like to know how to set up it to play the sound as long as its firing
this is my trigger :
this is my trigger :
-
Events
-

Unit - A unit Is attacked
-

Conditions
-

Actions
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




Field Gatling Gun Equal to (Unit-type of (Attacking unit))
-
-



Then - Actions
-




Sound - Play 6nong <gen>
-
-



Else - Actions
-




If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-





If - Conditions
-






Field Gatling Gun Not equal to (Unit-type of (Attacking unit))
-
-





Then - Actions
-






Sound - Stop 6nong <gen> After fading
-
-





Else - Actions
-
-
-
-
-
