Hi,
first, my Code:
scrollingLayer.setColor(colorGreen);
scrollingLayer.setMode(wrapForward);
scrollingLayer.setSpeed(80);
scrollingLayer.setOffsetFromTop(116);scrollingLayer.setFont(font8x13);
scrollingLayer.start(“scrolling text…”, 1);
while (scrollingLayer.getStatus());scrollingLayer.setOffsetFromTop(defaultScrollOffset);
It works fine, but one problem:
Is it possible to change the font color within the string “scrolling text …”?
For example the first word green, the second red…
I can’t find any examples of this on the internet.
I hope you can help me.
Best regards
Thomas