Table Problems
tylerglessner
Member Posts: 246
Firstly, I apologize for the size of the images! What I'm trying to do is, when a level is beat, change a table cell value from true to false, which will make a button turn from grey to blue. However, for some reason, the table value wont change during play and the button will remain grey, but when I manually go in to the table and select it true, it's blue. Any help would be appreciated!
Comments
Actually, looking at it again, you have a bunch of conditions for that rule. Add a Log Debugging Statement before the Change Table Value to verify that that rule is actually firing. Is it?
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I'm looking at your code and notice this:
- In your table you are saving to a boolean in table row "game.Selected Level"
- and your "self.Easy" attribute is getting a true or false from a row "self.Name" in the same table.
From what I can see of your coding, you are not getting a true or false from the same place you are writing to.
I'm quite familiar with your game, Tyler, so if you want to send it over to me I'd be happy to take a look.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User