Scrolling Text / banner at the bottom of screen

Hello All,

Anyone have an idea how to make a “scrolling text” in a different colour for important information?
I have a main item running on a screen, but soetimes there comes “Importamt Notices/Emergency” that I want to display on a screen for a few hours.

Any idea please?

Regards
Mokor

If you are running Android (maybe Windows can do this), I’d use an overlay layout for all of your scrolling text.
have 1 overlay layout with your normal text, then create a 2nd overlay layout with different font for emergency notices?
I’m not sure if when scheduling overlay layouts you could have one scheduled “always” and then schedule the emergency one with a higher priority when needed?