35 lines
No EOL
814 B
XML
35 lines
No EOL
814 B
XML
<?xml version="1.0"?>
|
|
<PropertyList>
|
|
<description>Boeing 767-300 ER </description>
|
|
<author>Ian(Yves) Tolosa. Mar 2016 </author>
|
|
<path>Models/763.ac</path>
|
|
|
|
<offsets>
|
|
<pitch-deg>-0.3</pitch-deg>
|
|
</offsets>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Gear</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(-21.5629);
|
|
model.getNode("door[0]/position-y-m", 1).setValue(5.09848);
|
|
model.getNode("door[0]/position-z-m", 1).setValue(2.11532);
|
|
model.getNode("door[0]/jetway-hood-deg", 1).setValue(13.5);
|
|
</load>
|
|
</nasal>
|
|
|
|
|
|
|
|
|
|
</PropertyList> |