1
0
Fork 0
fgdata/AI/Aircraft/A380/388-main.xml

27 lines
807 B
XML
Raw Normal View History

<?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>
2016-12-17 10:44:23 +00:00
<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>