In my game, I want this text to be turned to Visible if my hero overlaps with an object.
It's a message sign, so when the hero walks over it, a message is displayed.
How do I do this? I've tried a lot of different things.
It's best to use an (sprite) image that has the text and place it where you want it. Then,
Sprite 1>On overlap > Sprite2 > Sprite2 >set visible
then make an
Sprite 1>On overlap > Sprite2 > (X) >Sprite2 > set invisible
The (X) being inverted
Develop games in your browser. Powerful, performant & highly capable.
Thanks for the advice!