34 lines
No EOL
821 B
XML
34 lines
No EOL
821 B
XML
<?xml version="1.0"?>
|
|
<PropertyList>
|
|
<description>Boeing 737-900ER</description>
|
|
<author>Ian(Yves) Tolosa. July 2017</author>
|
|
<path>Models/73J.ac</path>
|
|
|
|
<offsets>
|
|
<pitch-deg>-0.7</pitch-deg>
|
|
</offsets>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Gear_Down</object-name>
|
|
<condition>
|
|
<less-than>
|
|
<property>velocities/true-airspeed-kt</property>
|
|
<value>150</value>
|
|
</less-than>
|
|
</condition>
|
|
</animation>
|
|
|
|
<nasal>
|
|
<load>
|
|
var model = cmdarg();
|
|
model.getNode("door[0]/position-x-m", 1).setValue(-16.1147);
|
|
model.getNode("door[0]/position-y-m", 1).setValue(3.27307);
|
|
model.getNode("door[0]/position-z-m", 1).setValue(1.485112);
|
|
model.getNode("door[0]/jetway-hood-deg", 1).setValue(10.6);
|
|
</load>
|
|
|
|
|
|
</nasal>
|
|
|
|
</PropertyList> |