Thanks, Josh
What I have now:
<button n="1"> <desc>Left Brake</desc> <repeatable type="bool">false</repeatable> <binding> <command>property-assign</command> <property>/controls/gear/brake-left</property> <value type="double">1.0</value> </binding> <mod-up> <binding> <command>property-assign</command> <property>/controls/gear/brake-left</property> <value type="double">0.0</value> </binding> </mod-up> </button>
What didn't work:
<button n="1">
<desc>Left Brake</desc>
<repeatable type="bool">false</repeatable>
<binding>
<command>nasal</command>
<script>controls.slewProp("/controls/gear/brake-left", 1)</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.slewProp("/controls/gear/brake-left", -1)</script>
</binding>
</mod-up>
</button>_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
