Setting alpha to 0 on actor with text doesn't alpha the text
pixel_knights
Member Posts: 50
If I have an actor, and i've set it's alpha to 0 after setting the display text behaviour, the actor goes invisible but still leaves the text on the screen. If an actor is set to 0, then any text it displays should also be set to 0.
Comments
hope that helps. kipper
I can make the display conditional, but how do I stop the text appearing once it's been shown once?
I have an actor
actor 1
... if condtion = true
... display text "blah"
... if condition = false
set actor alpha = 0
however, the "blah" text is still displayed. I tried calling display text with "" but that literally shows the "" in there?