Jump to content
Sign in to follow this  
Guest harry3

Flashing text in XLM

Recommended Posts

Hi everyone:Is there any way to make text to flash when a condition is verificated as true??for example when radio height is equal o less than Desicion heightThanks a lot for any relpyHelio Alberto Regalado Moreira

Share this post


Link to post
Share on other sites
Guest harry3

Make the dependent on (P:ABSOLUTE TIME, seconds), and via modulo (%) operator you can make your string flashing. This one lets your string flash, tweak the numbers to get other frequencies! (P:ABSOLUTE TIME, seconds) 2 % 0.2 < E.g., Absolute time is 3--> 3/2=1.5, remainder is 0.5, so the result is 0, the string isn't visible. But if Absolute time is 8--> 8/2=4, the remainder is 0, so the returned value is 1, the string is visible.Best regards,Harry

Share this post


Link to post
Share on other sites
Guest ptwaugh

>Hi everyone:>Is there any way to make text to flash when a condition is>verificated as true??>for example when radio height is equal o less than Desicion>height>>>Thanks a lot for any relpy>>>Helio Alberto Regalado MoreiraSomething like this. %((L:rHeight, ft) 0 == ) ((L:rHeight, ft) (L:dHeight, ft) < ) and %{case} %{:0)Plain here. %{:1}%{blnk}Blink here. %{end}Cheers

Share this post


Link to post
Share on other sites

Hi,This example works: (A:Spoilers handle position, percent) 90 > (A:Spoilers handle position, percent) 100 < && (P:absolute time, number) 1 % 0.5 > *SPEEDJan"Procul Negotiis"

Share this post


Link to post
Share on other sites
Guest Karl R Pettersen

You could also use a colorblink. (Color = "White or Black", timecheck including modulo ?) ? is the "last or first operator" within a stringcheck.Haven't coded this, so I can only hint :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...