Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 14, 2008, 1:48:45 AM (15 years ago)
Author:
landauf
Message:

added trigger to activate/deactivate the spaceship backlight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/sample3.oxw

    r5269 r5272  
    124124      <events>
    125125        <activity>
    126           <DistanceTrigger position="0,0,200" distance=100 target="ControllableEntity" />
     126          <DistanceTrigger position="0,0,200" distance=50 target="ControllableEntity" />
     127        </activity>
     128      </events>
     129    </EventDispatcher>
     130
     131
     132    <EventDispatcher>
     133      <targets>
     134        <EventTarget name=bltest />
     135      </targets>
     136      <events>
     137        <activity>
     138          <DistanceTrigger switch=1 position="0,200,0" distance=100 target="ControllableEntity" />
    127139        </activity>
    128140      </events>
Note: See TracChangeset for help on using the changeset viewer.