Author Topic: How to make showing system message?  (Read 3264 times)

leegod

  • Jr. Member
  • **
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 90
    • View Profile
How to make showing system message?
« on: November 07, 2014, 04:49:17 AM »
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.


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to make showing system message?
« Reply #1 on: November 07, 2014, 03:04:22 PM »
Sounds like what HUDText does by default.