December 7, 2023
A few days ago I talked about supporting text events with multiple colours and multiple text speeds. I spent about eight hours writing the code. It took me a lot longer than I expected so I thought I’d share the details here.
Example Data set_title(data, PHOENIX); set_text_color(data, SKYBLUE); add_show_text_V2(data, "They're saying the jay walker was... "); set_text_color(data, RED); add_show_text_V2(data, "you."); set_text_color(data, SKYBLUE); This is how I was expecting to set up the events.