Display Tables & List! Please help!

Hi all!

I want display list of categories but I looking for method it. Please help me!
Thanks.

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    You can use DisplayText behaviors if your table is small enough:

    DisplayText tableCellValue(TableName,1,1).." "..DisplayText tableCellValue(TableName,2,1).. etc.

    If it's large, you can use a loop and spawn actors for each of the rows/columns and then have those actors change two self attributes, self.row and self.column to the appropriate loop counters when they are spawned. Then you can have a rule for the spawned actor that Displays its table value based on self.row and self.column.
  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    Look in this thread I have a video on that and a project file link. It's on page one of the tread.
    http://forums.gamesalad.com/discussion/49228/fryingbaconstudios-video-tutorials-updated-regularly/p1
Sign In or Register to comment.