March 17, 200620 yr Hi panel geniouses. I have made some working .xml buttons that are great in the daytime, but at night they are only dimly visible. How can I modify the xml code or change the bitmap so that the buttons appear lit when pressed at night? Thanks. By the way: 2D cockpit only, not working with a VC at this time.---Will
March 17, 200620 yr Use 2 bitmaps, toggled visible by whatever L:var ( or other criteria ) you desire, for instance: (L:Cabinlights,bool) (L:Cabinlights,bool) 0 == The visible tag decides on which one is visible, based on (in this case) the state of (L:Cabinlights,bool).One is Luminous and the other is Luminous AND Bright. Voila, dimmable lights :-)Steve
Create an account or sign in to comment