Hi.
I want my "Spoiler On" gauge to not only light the lamp on the dash, but also to trigger a sound, such as the gear warning sound with flaps down on an approach.
What syntax do I use within the text of the XML gauge and where do I place the instruction? Here's the text of the gauge so far:
<Gauge Name="SpoilerToggle" Version="1.0">
<Element>
<Select>
<Value>(A:SPOILERS HANDLE POSITION,bool)</Value>
<Case Value="0">
<Image Name="spoil_off.bmp" ImageSizes="54,32"/>
</Case>
<Case Value="1">
<Image Name="spoil_on.bmp" Bright="Yes" ImageSizes="54,32"/>
</Case>
</Select>
</Element>
</Gauge>
Thanks,
--WildBlue


Reply With Quote


Bookmarks