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.

Sequential bitmaps?

Featured Replies

Can a Click event be used to trigger more than one bitmap? For a spring loaded switch (self centering) could the click trigger a switch down bitmap followed, a second later, by the switch moving back to center?

  • Commercial Member

Sure, but if you're talking about a spring-loaded switch, you'd probably want it to go back to the original bitmap on a mouse release, rather than some kind of timer. (L:Switch Position, bool)(M:Event) 'LeftSingle' scmp 0 == if{ 1 (>L:Switch Position, bool) }(M:Event) 'LeftRelease' scmp 0 == if{ 0 (>L:Switch Position, bool) } (M:Event) 'Leave' scmp 0 == if{ 0 (>L:Switch Position, bool) }The "Leave" event may or may not be necessary depending on how you would want the switch to operate.--Jon

Thank you Jon - and you are right about returning to the original bitmap.The gear lever on some aircraft returns automatically to the centre position once the gear is up or down - effectively to stop the hydraulic system from continually pushing fluid around the system at high PSI. All I was trying to do was click the gear lever, have it show my selection and then, fractionally later, return to the default position. I'll give your code a try.

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.