SgneepBox
A horizontal text based news ticker:
ds_ticker_dim *W *H
*W *H = width and height
ds_ticker_xy *ID *X *Y
*X *Y = screen axis
ds_ticker_color *ID *txtColor *bgColor
*ID = ticker Id
*txtColor = foreground color [color,Hex]
*bg = background color [color,Hex]
ds_ticker_text *ID null *textDim *textFont
*textDim = font dimension
*textFont = font name
ds_ticker_speed *ID *msec
*msec = microseconds for next scrolling
ds_ticker_text_clear
clear Ticker text
ds_ticker_text_add *tickerText
*tickerText = add new text for new Ticker
ds_ticker_run *ID
run Ticker with *ID name
Example: