Erasing Table question

jonhuttojonhutto Member, PRO Posts: 72
I have a trivia game. Each level holds 20 questions, I have tables set up for this (actually I purchased the template that GS put out and manipulated it). Here is my problem;

How do you erase a table?

I have a read/write blank table used to load that level's current table. But sometimes it holds on to old values.
Different times during the game completely erasing this read/write table is needed (user stops playing a level half way through, quits, goes back to main, plays a previous level again, etc).

If I could figure this how to erase this read/write table completely It would solve a lot of issues I having.

Thanks
Jon

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    Use the Copy Table behavior. You can copy a blank table into your active table or you can first copy the original table into a "master" table and then copy it back to your active table whenever you need to reset it.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

  • jonhuttojonhutto Member, PRO Posts: 72
    Thanks!
Sign In or Register to comment.