displaying text plus attribute is not working,
guilleface
Member Posts: 1,014
hi, i think i this is how i used before,
"highscore"..game.score i need to display a word plus a attribute, that way i keep track which attribute is changing from true or false. is this the correct way?
"highscore"..game.score i need to display a word plus a attribute, that way i keep track which attribute is changing from true or false. is this the correct way?
Comments
If you are concatenating text to a boolean attribute, it will NOT work. For some reason, DisplayText cannot handle concatenated boolean attributes ("text"..game.boolean). So you'll need a rule that says When game.score=true-->DisplayText "highscore".."true"; Otherwise-->DisplayText "highscore".."false"
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User