30 lines
751 B
XML
30 lines
751 B
XML
|
<?xml version="1.0"?>
|
||
|
<PropertyList>
|
||
|
<description>Boeing 787-900</description>
|
||
|
<author>Ian(Yves) Tolosa. August 2016 </author>
|
||
|
<path>Models/789.ac</path>
|
||
|
|
||
|
<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(-25.0467);
|
||
|
model.getNode("door[0]/position-y-m", 1).setValue(5.55);
|
||
|
model.getNode("door[0]/position-z-m", 1).setValue(2.29991);
|
||
|
model.getNode("door[0]/jetway-hood-deg", 1).setValue(21);
|
||
|
</load>
|
||
|
|
||
|
|
||
|
</nasal>
|
||
|
|
||
|
</PropertyList>
|