Table Value Not Saving

SethsAppsSethsApps Member, PRO Posts: 328

I have a user's initials (retrieved by keyboard input upon tapping an unclaimed high score) saved from a variable to a table every 0.5 seconds - basically waiting for the user to tap and then put in the text input. There are two game modes and each game mode has a high score that can be tapped on and initials can be inputted. Anyways, I've gone through all of the checking that I can and it seems that both are handled exactly the same, however only the second game mode successfully saves the table value after a reset of the game. The only difference between these two is that one is saved in row 1, column 1 (the value that won't save) and one is saved in row 2, column 1 (the one that successfully saves). Is there something going on within GameSalad with 1,1 on the tables or do I have a larger problem that I'm missing here?

Comments

  • SethsAppsSethsApps Member, PRO Posts: 328

    Still having this issue with no solution - anyone have insight?

  • HopscotchHopscotch Member, PRO Posts: 2,782

    @SethsApps

    table work fine. You will need to look at your code again.

    I also don't understand why you are writing to the table every 0.5 seconds?

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    All you need is a rule that looks for that variable to be filled with text, then write to the table and save. No need for the timer.

Sign In or Register to comment.