Ae sfx a1: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
New page: <center><font size="7"><b><u>A1 Activation Sounds</u></b></font></center> <i>Activation sounds play when either a switch or an object is operated.</i> <hr> <b><u>Switch-Activated Sounds...
 
One (talk | contribs)
No edit summary
 
Line 13: Line 13:


Place an <font color="green"><code>M[DoneSound,MovingSound]</code></font> within a functioning sector (this works with <i>most</i> effects). When the sector's function is activated, the sounds will play. DoneSound and MovingSound are the most common values, but not entirely consistent.
Place an <font color="green"><code>M[DoneSound,MovingSound]</code></font> within a functioning sector (this works with <i>most</i> effects). When the sector's function is activated, the sounds will play. DoneSound and MovingSound are the most common values, but not entirely consistent.
[[Category:Pages to be deleted]]

Latest revision as of 06:08, 3 May 2009

A1 Activation Sounds


Activation sounds play when either a switch or an object is operated.


Switch-Activated Sounds

Place a switch somewhere in the map, and tag it [ActivationSound,Channel]. Every time the switch is pressed, the ActivationSound will play. If you don't want the switch to activate any effects, give the Channel a unique value. If the Channel is not given a value, the switch will not function at all.


MUSICANDSFX-Activated Sounds

Place an M[DoneSound,MovingSound] within a functioning sector (this works with most effects). When the sector's function is activated, the sounds will play. DoneSound and MovingSound are the most common values, but not entirely consistent.