So now I am making in-game's error message system.
when user do some wrong activity, message shows up and after 4~5 seconds, message disappear automatically.
while past message still remaining, if another message come in, old messages go upward by one line, new message shows at most bottom.
above old messages will disappears independently if given time is passed (like 4~5 seconds).
How to make this system?
What is good approach to make this?
Thanks.