October 7, 200223 yr HiIs it possible to bring an automatic repeat function in an xml-gauge?I mean, when I press the airco-switch with an Afterburner4 code the air sound stops playing when finished. After pressing, the sound starts again.(Renamed an airsound, lasting 3-6 seconds, to whm-sound4)Of course I can use a C-gauge. But you never know, maybe someone is able to make the xml sounds last longer than a click.PH-JVH Jan "Beatus ille qui procul negotiis..."
October 8, 200223 yr Donot know if it would work... If you use the variable to display your switch for instance G:Var1(G:Var1) 1 == if{ (A:TURB ENG4 AFTERBURNER, bool) 0 == if{ (>K:TOGGLE_AFTERBURNER4) } }This could work if the sound playing overlaps the instance the "C" sound gauge toggles back the afterburner to zero. Otherwise it may have starts/stops. Regards,Roman[link:www.packers.com]GREEN BAY PACKERS][/i :-ukliam :-beerchug FS RTWR SHRS F-111 JoinFS Little Navmap
October 8, 200223 yr Author hithanks for thinking, but up to now no succesthis is the gaugeafter playing it stops.(G:Var1) 1 == if{ (A:TURB ENG3 AFTERBURNER, bool) 0 == if{ (>K:TOGGLE_AFTERBURNER3) } }sound(L:sound, bool) if{ 5 (>G:Var1) } 1(>K:TOGGLE_AFTERBURNER3)something wrong, or is it impossible? PH-JVH Jan "Beatus ille qui procul negotiis..."
Create an account or sign in to comment