Can you display a table?

margiralmargiral Member Posts: 2
edited October 2012 in Working with GS (Mac)
I have not been able to find a way to display the history of 3 variables (attributes) that change every time the player inputs a number. I have a table that stores all the numbers the player inputs, and two scores that are generated from these numbers. For the player to win the game, he/she needs the numbers entered and the history of scores as they hold the key to the right answer. My goal is to have an "actor" that displays the history of the game (the table). Is there a way to do this?

Comments

  • LiquidGameworksLiquidGameworks Anchorage, AKMember, Sous Chef Posts: 956
    Yeah, use the behavior Display Text and input the table value you want to display. You'll probably need 3 actors to display 3 table cells correctly.
  • margiralmargiral Member Posts: 2
    but that allows me to display just one number, one value in the table. I want to display the entire table, which has an extra row after each round in the game. I could have new actors that appear with the new score after each round, but I wanted to know if it was possible to display all the values in a table at once.
  • carlblanchetcarlblanchet Member Posts: 755
    edited October 2012
    the only way to display tables is to pull out each table cell value individually
Sign In or Register to comment.