1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>null.ac</path>
-
- <!-- Pilot stuff -->
- <!-- Exclude pilot from view 0 -->
-
- <animation>
- <type>select</type>
- <object-name>pilot2</object-name>
-
- <condition>
- <not>
- <equals>
- <property>sim/current-view/view-number</property>
- <value>0</value>
- </equals>
- </not>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>pilot2</object-name>
-
- <condition>
- <not>
- <equals>
- <property>sim/current-view/view-number</property>
- <value>11</value>
- </equals>
- </not>
- </condition>
- </animation>
-
-
- </PropertyList>
|