1
0
Fork 0
fgdata/AI/Aircraft/Buccaneer/Instruments/aoa_indexer.xml
2015-03-07 22:11:00 +01:00

48 lines
1.1 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<path>../../../../Aircraft/Buccaneer/Instruments/aoa_indexer.ac</path>
<animation>
<type>select</type>
<object-name>too-slow</object-name>
<condition>
<greater-than>
<property>/orientation/alpha-deg</property>
<property>/sim/aoa-indexer/slow-deg</property>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>on-speed</object-name>
<condition>
<not>
<or>
<greater-than>
<property>/orientation/alpha-deg</property>
<property>/sim/aoa-indexer/too-slow-deg</property>
</greater-than>
<less-than>
<property>/orientation/alpha-deg</property>
<property>/sim/aoa-indexer/too-fast-deg</property>
</less-than>
</or>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>too-fast</object-name>
<condition>
<less-than>
<property>/orientation/alpha-deg</property>
<property>/sim/aoa-indexer/fast-deg</property>
</less-than>
</condition>
</animation>
</PropertyList>