March 9, 200323 yr Hello,I'm working on a fuel totalizer for a dc-9-41 and there is an outer dial, manually rotated by pilot, that shows aircraft/cargo/fuel weight. This dial in no way is conencted to any FS variables.How do I make code for a dial that only rotates by "+" or "-" mouse-click events?Thanks,John
March 9, 200323 yr Display something like this:... <Value>(G:Var1)</Value> ...(display)Click events like this:... <Click>(G:Var1) 1 + (>G:Var1) </Click> ...(up)... <Click>(G:Var1) 1 - (>G:Var1) </Click> ...(down)Arne Bartels
Create an account or sign in to comment