Table Problem
Dell7730
Member, PRO Posts: 388
I have 13 tables, each contains the same number of rows and columns with same set of numbers but in each table, the numbers has its random arrangement. The game only loads the tables 1 to 10 properly, after that, table 11 to 13 doesn't load the contents properly.
Comments
Hi @Dell7730 Can you show the programming you have for loading the tables?
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
How do you know the tables don't load the contents properly? What expression(s) are you using to view the data? And are you actually saves the tables on a mobile device using Save Table behaviors?
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
@gyroscope @tatiang this is what I currently have
Change Attribute game.Table Select to random(1,10)
to test every single table, I change it to
Change Attribute game.Table Select to (any number between 1 to 10)
When I made the extra 3 tables and test individually, it loads improperly
I figured it out, thanks for your time, appreciated as always