Tables help
poorcollegedev
Member Posts: 289
This is going to sound completely noobish, but I just now started messing with tables and have a question. So I have a boolean in a table. How do I reference it directly for a level unlock type of deal? Thanks
Comments
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
1) Make an attribute - let's call it: "AAA"
2) Then copy the tableCellValue(whatever) into "AAA" using: Change Attribute self.AAA to tableCellValue(whatever)
3) Now you can use a rule that says: When Attribute "AAA" = true/false then Change Image.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User