Play a sound when a unit walks
In a map where the player only controls one unit, playing footstep sounds when that unit walks can make a nice aesthetic touch. This can be done by detecting when a unit moves and playing a sound. To detect when a unit moves you will need to use a location. Generally you will want this location to be small so it can detect movement more accurately. As an example, we will have a Marine and a location named 'Footsteps'. Consider the following trigger: The basic form of this system is very simple. You can add complexity by using different footstep sounds for different areas of your map (such as metal in one area and dirt in another). You can also introduce randomization to make it sound more dynamic. For this to work well, you'll also want to use Hyper triggers. This map Unit Sounds - Brontobyte uses this method and plays a sound when you move your Terran Marine. It also includes the "foot step" sounds. |