How to change the color of text when something is triggered

Hello! I have the color of my text set to grey but when the game ends I want the color to change white .. hwo can I do this? I know you have to change self.color but to what?

Comments

  • SocksSocks London, UK.Member Posts: 12,822

  • ThoPelThoPel GermanyMember, PRO Posts: 184
    edited September 2015

    To be a bit more flexible for black backgrounds you could place a colored actor in front of a text displaying transparent actor. You have to activate the Graphics.Blending Mode = Multiply.

    See example (edit the color of the actor "ColorLayer"):

Sign In or Register to comment.