51 lines
1.1 KiB
XML
51 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
##############################################
|
|
# Copyright (c) Joshua Davidson (it0uchpods) #
|
|
##############################################
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<path>INITBOX.ac</path>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>fromtobox</object-name>
|
|
<condition>
|
|
<not><property>FMGC/internal/tofrom-set</property></not>
|
|
</condition>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>costindexbox</object-name>
|
|
<condition>
|
|
<and>
|
|
<property>FMGC/internal/tofrom-set</property>
|
|
<not><property>FMGC/internal/cost-index-set</property></not>
|
|
</and>
|
|
</condition>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>cruisetempbox</object-name>
|
|
<condition>
|
|
<and>
|
|
<property>FMGC/internal/tofrom-set</property>
|
|
<not><property>FMGC/internal/cruise-lvl-set</property></not>
|
|
</and>
|
|
</condition>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>fltnumbox</object-name>
|
|
<condition>
|
|
<not><property>MCDUC/flight-num-set</property></not>
|
|
</condition>
|
|
</animation>
|
|
|
|
</PropertyList>
|