Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do I change the values for this?

Featured Replies

Hi:I wanted to know how, bya the mouse click section I change the state of this values:CONCORDE_VISOR_NOSE_HANDLE (Floating Point Number, Values are: 0

Hi,A:(A:CONCORDE NOSE ANGLE, ) (A:CONCORDE VISOR NOSE HANDLE, ) (A:CONCORDE VISOR POSITION PERCENT, )K:(>K:DECREASE_CONCORDE_NOSE_VISOR)(>K:DECREASE_CONCORDE_NOSE_VISOR_FULLY)(>K:INCREASE_CONCORDE_NOSE_VISOR) (>K:INCREASE_CONCORDE_NOSE_VISOR_FULLY)Jan"Beatus Ille Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

  • Author

Hi Jan:Thanks a lot for the Keys, I didnt found them on FS2004 SDK.Now cames the important question:How can I in the same click, to use both keys?Firts click:(>K:DECREASE_CONCORDE_NOSE_VISOR_FULLY)Second Click (on the same area):(>K:INCREASE_CONCORDE_NOSE_VISOR_FULLY)So on the same area of the mouse section I have booth secuences?

You can do this several ways, but springs to mind is,(G:Var1) ! (>G:Var1) if{ (>K:DECREASE_CONCORDE_NOSE_VISOR_FULLY) } els{ (>K:INCREASE_CONCORDE_NOSE_VISOR_FULLY) }(G:Var1) ! says that if (G:Var1) equals zero (which it does before any clicking) then set the G variable to the stack number which is now 1. So the 'if' statement works and not the 'els'. Then a second click says that if the G variable equals zero but it equals 1 at the moment so a zero is put on the stack, G varaible is set back to zero. The 'if' statement will not work so the 'els' statement works. And so on with each click. You are basically setting the G variable to 1, then zero, then 1 and then zero, etc. etc. with each click, and the 'if' statement responds to 1 and the 'els' statement responds to zero.should work,cheers,nick

Hi,I use:(A:CONCORDE VISOR POSITION PERCENT,percent) 1 < if{ (>K:INCREASE_CONCORDE_NOSE_VISOR_FULLY) } els{ (>K:DECREASE_CONCORDE_NOSE_VISOR_FULLY) }Jan"Beatus Ille Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

  • Author

Thanks a Lot Guys, it worked Just Perfectly!!!I will post the entyre gauge when I got back from a work mettingHelio Alberto Regalado Moreira

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.