*** How to turn off 'display text' in an actor ***
Hey guys, I have an actor where I need to display one word of text. When the actor is touched I want to display this same text in a different color. Therefore, I have the following logic but it's not working......any help would be appreciated!!
when self.touch = 0 display text (with black color)
when touch is pressed change self.touch attribute
when self.touch = 1 display text (with green color)
The problem i'm having is that the black text is still there when self.touch changes to 1. Can anyone help? I'm creating apps where words need to be touched so I need to figure this out!! Thanks
when self.touch = 0 display text (with black color)
when touch is pressed change self.touch attribute
when self.touch = 1 display text (with green color)
The problem i'm having is that the black text is still there when self.touch changes to 1. Can anyone help? I'm creating apps where words need to be touched so I need to figure this out!! Thanks
Answers
when self.touch = 1 display text (NO TEXT) try that
-Max
-display text black
OTHERWISE
-dispay text green