<!--**************** Multi-Function Display Start-up ****************-->
<Update>
(L:MFDInit,bool) !
if{ (P:Absolute time, seconds) (>L:MFDDisplayStart, seconds) 1 (>L:MFDInit,bool) 1 (>L:MFDStartSequence,number) }
(L:MFDStartSequence,number) 1 ==
if{
(P:Absolute time, seconds) (L:MFDDisplayStart, seconds) - 3 <= if{ 0 (>L:MFDInitStatus,number) }
(P:Absolute time, seconds) (L:MFDDisplayStart, seconds) - 3 > if{ 1 (>L:MFDInitStatus,number) }
(P:Absolute time, seconds) (L:MFDDisplayStart, seconds) - 13 > if{ 0 (>L:MFDInitStatus,number) }
(P:Absolute time, seconds) (L:MFDDisplayStart, seconds) - 15 > if{ 2 (>L:MFDInitStatus,number) }
(P:Absolute time, seconds) (L:MFDDisplayStart, seconds) - 25 > if{ 0 (>L:MFDInitStatus,number) }
(P:Absolute time, seconds) (L:MFDDisplayStart, seconds) - 27 > if{ 3 (>L:MFDInitStatus,number) }
}
</Update>
<Element Name="Startup">
<Position X="0.000" Y="0.000"/>
<Visible>(A:CIRCUIT AVIONICS ON, bool)</Visible>
<Element Name="Bezel On">
<Position X="0.000" Y="0.000"/>
<Visible>(L:MFDOffOn,bool)</Visible>
<Image Name="Radar_Back.bmp" Bright="Yes">
</Image>
<Element>
<Position X="0.000" Y="0.000"/>
<Visible>(L:MFDStartSequence,number) 1 == </Visible>
<Element>
<Position X="165.00" Y="300.00"/>
<FormattedText X="450" Y="400" Font="Arial Black" FontSize="24" Adjust="Center" Color="White" Bright="Yes">
<String>%((L:MFDInitStatus,number))
%{case}
%{:1}Coos Bay Multi-Function Display Version 1.0 \n Warming Up ... Please Stand-by
%{:2}www.coosbayhops.com \n Come Check Us Out
%{:3}Press the "MENU" Button to Start
%{end}
</String>
</FormattedText>
</Element>
</Element>
ETC ETC
<-- Menu Button -->
<Area Left="150.000" Top="677.000" Width="65" Height="61">
<Visible>
(L:MFDInitStatus,number) 3 ==
</Visible>
<Cursor Type="Hand"/>
<Tooltip>Main Menu</Tooltip>
<Click>
0 (>L:MFDStartSequence, number)
(L:MFDMainMenu,bool) ! (>L:MFDMainMenu,bool)
0 (>L:TrafficRadarPage,bool)
0 (>L:AirportInfoMenu,bool)
0 (>L:NearestAirportPage,bool)
0 (>L:MapPage,bool)
0 (>L:LayerTags,bool)
0 (>L:TAWSPage,bool)
0 (>L:TAWSMode, bool)
(L:TAWSMode, bool)
if{ (L:map_ZoomFactor,number) (>L:ZFactorOrig, number)
(L:UpDateAlwaysOrig, bool) (>L:UpDateAlways, bool) }
0 (>L:TAWSCounter, bool)
1 (>TAWSRefresh, bool)
0 (>L:TCASDisplay, bool)
</Click>
</Area>