Attributes & GS
ingenious.applications
Member Posts: 102
How many attributes can a GameSalad app handle before slowing/crashing?
Comments
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
1. If you have a mathematical equation and want to have a tableCellValue on the left side, just move it to the right. For example, instead of tableCellValue > game.Score+100 you would do game.Score < tableCellValue-100.
2. If you need to check for the value of a constant (e.g. zero, blank text, or any number), create a game attribute for that constant. I use this for When attribute game.ZERO = tableCellValue --> [behaviors].
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User