August 26, 200718 yr Hello, I'm looking to add a simple gauge to a panel that I have. I woudl like to have a simple visual indicator that shows the status of the speedbrake lever, so that I don't have to bring up the pedestal. Simply showing deployed vs. armed vs. stowed would be enough.Before I bust out my rusty XML and reverse Polish notation skills, I wanted to ask if something lke this already exists. I checked the file library and this forum, but couldn't find anything. Thanks.---Will
August 26, 200718 yr Author Hi,You could do that with a few simple bitmaps and this code:(A:Spoilers handle position,position) s0 0.25 < if{ 0 } els{ l0 0.25 > l0 0.35 < and if{ 1 } els{ l0 0.35 > if{ 2 } } } or with text with this string:%((A:Spoilers handle position,position) s0 0.25 <)%{if}STWD%{else}%(l0 0.25 > l0 0.35 < and)%{if}ARMD%{else}%(l0 0.35 >)%{if}DEPLHope it helps,Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
Create an account or sign in to comment