1
0
Fork 0

Fix Gear Retract Speed

This commit is contained in:
Yves Tolosa-Joas 2016-12-17 21:44:23 +11:00 committed by James Turner
parent 57a2d21ddf
commit 9a200f3c31

View file

@ -3,7 +3,6 @@
<description>Airbus A380-800</description> <description>Airbus A380-800</description>
<author>Ian(Yves) Tolosa. July 2016 </author> <author>Ian(Yves) Tolosa. July 2016 </author>
<path>Models/388.ac</path> <path>Models/388.ac</path>
<!-- Gear Showed only < 150 knotspeed --> <!-- Gear Showed only < 150 knotspeed -->
<animation> <animation>
<type>select</type> <type>select</type>
@ -11,13 +10,11 @@
<condition> <condition>
<less-than> <less-than>
<property>velocities/true-airspeed-kt</property> <property>velocities/true-airspeed-kt</property>
<value>150</value> <value>180</value>
</less-than> </less-than>
</condition> </condition>
</animation> </animation>
<!-- Animated Jetway Anchoring Point --> <!-- Animated Jetway Anchoring Point -->
<nasal> <nasal>
<load> <load>
var model = cmdarg(); var model = cmdarg();
@ -27,5 +24,4 @@
model.getNode("door[0]/jetway-hood-deg", 1).setValue(3); model.getNode("door[0]/jetway-hood-deg", 1).setValue(3);
</load> </load>
</nasal> </nasal>
</PropertyList> </PropertyList>