Search the archive:
YaBB - Yet another Bulletin Board
 
   
 
Page Index Toggle Pages: 1
Send Topic Print
panel exit switch (Read 85 times)
Dec 20th, 2004 at 10:20pm

DoyleChris   Offline
Captain
I love YaBB 1G - SP1!

Posts: 3
***
 
I have a xml gauge that can open the number 1 exit this is the code.
Code:
<Gauge Name="Exits" Version="1.0">
   <Element>
	<Select>
	   <Value>(G:Var1,bool)</Value>
	   <Case Value="0">
		<Image Name="Exits_off.bmp" ImageSizes="54,28,54,29"/>
	   </Case>
	   <Case Value="1">
		<Image Name="Exits_on.bmp" ImageSizes="54,28,54,28"/>
	   </Case>
	</Select>
   </Element>
   <Mouse>
	<Help ID="HELPID_CONCORDE_ENGINE_MANAGE_GO"/>
	<Cursor Type="Hand"/>
	<Click>(G:Var1) ! (&gt;G:Var1) 0 (&gt;K:TOGGLE_AIRCRAFT_EXIT)</Click>
   </Mouse>
</Gauge>
 



Im trying to make one for the next exits 2,3,4,5 for a my planes.
 
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print