1<?xml version="1.0"?>
2
3<PropertyList>
4 <description>B757-200</description>
5 <author>Unknown, modified by Brett Harrison</author>
6 <path>Models/757-200.ac</path>
7 <texture-path>Textures/IcelandAir-cargo</texture-path>
8
9   <animation>
10   <type>select</type>
11      <object-name>winglets</object-name>
12         <condition>
13            <equals>
14            <property>/sim/signals/fdm-initialized</property>
15            <value>0</value>
16            </equals>
17         </condition>
18   </animation>
19
20         	<animation>
21   		<type>select</type>
22		<object-name>gear</object-name>
23		<condition>
24			<less-than>
25				<property>velocities/true-airspeed-kt</property>
26				<value>170</value>
27			</less-than>
28		</condition>
29	</animation>
30
31</PropertyList>
32