How to make text that can changes its size or make it lighter or darker

So I’m trying to make a text that keeps changing its % percent alpha (like how you are using Alpha). And I also try to make the text bigger when I move the cursor to the text and back to normal when I move the cursor away.

To do this you would have to create a sprite with the text on it, and code it to do those things.

You can also attach a label to an object since that would make it easier to edit the text.
(Labels attached to objects follow the same things the object it is attached too. Alpha, Size, etc…)

2 Likes

Man I had an example for this that I think I got rid of it because I didn’t have indie at the time