27 lines
No EOL
807 B
XML
27 lines
No EOL
807 B
XML
<?xml version="1.0"?>
|
|
<PropertyList>
|
|
<description>Airbus A380-800</description>
|
|
<author>Ian(Yves) Tolosa. July 2016 </author>
|
|
<path>Models/388.ac</path>
|
|
<!-- Gear Showed only < 150 knotspeed -->
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Gear</object-name>
|
|
<condition>
|
|
<less-than>
|
|
<property>velocities/true-airspeed-kt</property>
|
|
<value>180</value>
|
|
</less-than>
|
|
</condition>
|
|
</animation>
|
|
<!-- Animated Jetway Anchoring Point -->
|
|
<nasal>
|
|
<load>
|
|
var model = cmdarg();
|
|
model.getNode("door[0]/position-x-m", 1).setValue(-28.8479);
|
|
model.getNode("door[0]/position-y-m", 1).setValue(6.23);
|
|
model.getNode("door[0]/position-z-m", 1).setValue(2.80942);
|
|
model.getNode("door[0]/jetway-hood-deg", 1).setValue(3);
|
|
</load>
|
|
</nasal>
|
|
</PropertyList> |