2016-04-24 08:31:34 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<description>Boeing 747-400</description>
|
|
|
|
<author>Ian(Yves) Tolosa. Apr 2016 </author>
|
|
|
|
<path>Models/744.ac</path>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>Gear</object-name>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property>velocities/true-airspeed-kt</property>
|
2017-02-02 14:43:41 +00:00
|
|
|
<value>180</value>
|
2016-04-24 08:31:34 +00:00
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<nasal>
|
|
|
|
<load>
|
|
|
|
var model = cmdarg();
|
|
|
|
model.getNode("door[0]/position-x-m", 1).setValue(-23.8612);
|
|
|
|
model.getNode("door[0]/position-y-m", 1).setValue(5.65);
|
|
|
|
model.getNode("door[0]/position-z-m", 1).setValue(1.47287);
|
|
|
|
model.getNode("door[0]/jetway-hood-deg", 1).setValue(3);
|
|
|
|
</load>
|
|
|
|
|
|
|
|
|
|
|
|
</nasal>
|
|
|
|
|
|
|
|
</PropertyList>
|