3 #############################################################################
4 # (C) 2007 by Yurik V. Nikiforoff - port for FGFS, FDM, #
5 # 2d & 3d instruments, animations, systems and over. #
6 # yurik@megasignal.com #
7 #############################################################################
10 <!-- AZS type 3 with cover
11 3D instrument for Tu-154 -->
14 <!--External panel lighting-->
17 <object-name>base</object-name>
18 <object-name>handle</object-name>
19 <object-name>cover_up</object-name>
21 <red-prop>tu154/light/panel/ext-red</red-prop>
22 <green-prop>tu154/light/panel/ext-green</green-prop>
23 <blue-prop>tu154/light/panel/ext-blue</blue-prop>
30 <object-name>handle</object-name>
31 <property>tu154/switches/PKP-right</property>
33 <offset-deg>60</offset-deg>
43 <object-name>cover</object-name>
44 <property>tu154/switches/PKP-right-cover</property>
46 <offset-deg>10</offset-deg>
63 <object-name>hotspot_1</object-name>
64 <visible>false</visible>
67 <repeatable>false</repeatable>
69 <command>nasal</command>
71 interpolate("tu154/switches/PKP-right", 0, 0.1 );
78 <object-name>hotspot_2</object-name>
79 <visible>false</visible>
82 <repeatable>false</repeatable>
84 <command>nasal</command>
86 interpolate("tu154/switches/PKP-right", 1, 0.1 );
93 <object-name>cover_up</object-name>
94 <visible>true</visible>
97 <repeatable>false</repeatable>
99 <command>nasal</command>
101 if( getprop("tu154/switches/PKP-right-cover") == 0.0 ){
102 interpolate("tu154/switches/PKP-right-cover", 1.0, 0.1 );}
103 else {interpolate("tu154/switches/PKP-right-cover", 0.0, 0.1 );}