I have a problem, i have added a switch to toggle landing lights on and off on my r44 using the example on: http://wiki.flightgear.org/Howto:Add_aircraft_lights
but i can't get it to work, i added the
- Code: Select all
<animation>
<type>select</type>
<object-name>Light</object-name>
<condition>
<property>controls/lighting/landing-light</property>
</condition>
</animation>
on the model xml but i does nothing, some help? Thanks you!!!!