Results 1 to 3 of 3

Thread: What's the XML syntax to tell a cockpit light to blink?

  1. #1
    Join Date
    Mar 2005
    Location
    Bonners Ferry, Idaho, USA
    Posts
    2,214
    Blog Entries
    4

    Default RE: What's the XML syntax to tell a cockpit light to blink?

    This works:

    <Gauge Name="strob_ind" Version="1.0">
    <Image Name="strob_ind_bkgd.bmp" ImageSizes="20,20"/>

    <Element>
    <Visible>(A:Circuit general panel on, bool)</Visible>
    <Position X="0" Y="0"/>
    <Select>
    <Value>(A:Light Strobe,bool) (P:absolute time, number) 1 % 0.5 &amp;gt; * </Value>
    <Case Value="1">
    <Image Name="strob_ind.bmp" Bright="Yes"/>
    </Case>
    </Select>
    </Element>


    </Gauge>

    My "off" light was just part of the background .bmp.

    Jim



    i7 2600K @ 4.4 gHz | GA-Z68XP-UD3-iSSD | EVGA GTX580 | 8 Gb DDR3 @ 1866 mHz | 256Gb 6Gb/sec SSD (x2) | 1Tb WD Caviar 6Gb/sec | 27" LED Monitor | W7 Pro 64

  2. #2
    Join Date
    Jan 1999
    Location
    San Antonio, TX
    Posts
    35

    Default RE: What's the XML syntax to tell a cockpit light to blink?

    Thank you, Jim Robinson for the XML code. I tried it and it works great!

    --WildBlue

  3. #3
    Join Date
    Jan 1999
    Location
    San Antonio, TX
    Posts
    35

    Default What's the XML syntax to tell a cockpit light to blink?

    Hi,
    I want the SMOKE_ON image to blink. How do I modify this guage? Thanks.
    --WildBlue

    <Gauge Name="Smoke Lamp 2" Version="1.0">
    <Element>
    <Select>
    <Value>(A:Light strobe,bool)</Value>
    <Case Value="0">
    <Image Name="SMOKE_OFF.bmp" ImageSizes="85,25"/>
    </Case>
    <Case Value="1">
    <Image Name="SMOKE_ON.bmp" ImageSizes="85,25"/>
    </Case>
    </Select>
    </Element>
    <Mouse>
    <Help ID="HELPID_GAUGE_LIGHT_SWITCH_STROBE"/>
    <Cursor Type="Hand"/>
    <Click Event="STROBES_TOGGLE"/>
    </Mouse>
    </Gauge>

Similar Threads

  1. You light up my cockpit...
    By Tim_A in forum MSFS Screen Shot Forum
    Replies: 2
    Last Post: 11-02-2008, 06:49 PM
  2. Replies: 6
    Last Post: 10-13-2007, 04:44 AM
  3. Replies: 1
    Last Post: 06-13-2007, 07:26 AM
  4. No landing light seen from cockpit...HELP!
    By WildBlue in forum The Outer Marker
    Replies: 0
    Last Post: 06-12-2007, 09:38 AM
  5. LANDING LIGHT VISIBLE FROM THE COCKPIT
    By flydav in forum DreamFleet General Discussion Forum
    Replies: 0
    Last Post: 01-08-2002, 11:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •