Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6338


Ignore:
Timestamp:
Dec 13, 2009, 5:02:08 PM (14 years ago)
Author:
youngk
Message:

Added a little sound to the presentation level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/levels/presentationHS09b.oxw

    r6305 r6338  
    5959y = math.random() * 3000 - 1500
    6060z = math.random() * 3000 - 1500 + (i-100) * 10
    61 s = math.rando
    6261?>
    6362
     
    111110end
    112111?>
     112    <AmbientSound ambientSource="Earth.ogg" loop="true" play="false">
     113       <events>
     114          <activity>
     115             <DistanceTrigger position="2000,0,0" distance=500 target="Camera" />
     116          </activity>
     117       </events>
     118    </AmbientSound>
    113119
    114120    <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipHXY  />
Note: See TracChangeset for help on using the changeset viewer.