View Single Post
  #1  
Old 04-13-2010, 07:45 PM
jassel41 jassel41 is offline
Member
 
Join Date: Nov 2009
Posts: 24
Alter Update Chat Function

Hi,

I am trying to alter the update chat function shown in the Networking tutorial so that the user can scroll up and down to view old messages that were sent.

For now, I append every message sent and received to an array.

I want to make a new function which takes the current text on the screen and essentially has it scroll down and add a new line of text to the top of the 5 lines. The new line will just be chosen based on one of the spots in the array.

Any help would be greatly appreciated.

Thanks,
Jassel41
Reply With Quote