How do you make a text are box scroll content. Like a log of game actions?
Example:
Player takes 10 damage
Player moves
Player hits for 20 Damage
Player takes 5 damage
The player has died
I was using:
newline &"CLICK"&dt
On any mouse click event for testing. But once it fills up the text lines you can't see the last event.
Delta Time just to get a unique number. I had this placed in a text box with room for 5 lines of text. But how would you have the text box keep scrolling to the newest line past the 5th line? (lose the top and add the newest line to the bottom)