Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8684


Ignore:
Timestamp:
May 30, 2011, 11:14:06 AM (13 years ago)
Author:
dafrick
Message:

Adding some sound.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/data/levels/presentationFS11.oxw

    r8679 r8684  
    5252
    5353    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
     54
     55    <!-- SOUND -->
     56    <WorldAmbientSound source="Earth.ogg" looping="true" playOnLoad="true" />
     57    <WorldAmbientSound source="Mars.ogg" looping="true">
     58        <events>
     59            <activity>
     60                <DistanceTrigger position="-72369,803,2" distance=1700 target="Camera" />
     61            </activity>
     62        </events>
     63    </WorldAmbientSound>
     64    <WorldAmbientSound source="Jupiter.ogg" looping="true">
     65        <events>
     66            <activity>
     67                <DistanceTrigger position="-73450,5067,-351" distance=800 target="Camera" />
     68            </activity>
     69        </events>
     70    </WorldAmbientSound>
    5471
    5572    <!-- EARTH ORBIT -->
     
    381398                beaconMode="exclude" targetname="bcnDestroyer" name="dockMe"
    382399            />
    383             <Billboard position="10,-202,-42" material="Examples/Flare" colour="1.0, 0, 0" />
    384400        </attached>
    385401    </Dock>
Note: See TracChangeset for help on using the changeset viewer.