How create effect on button?

hi i want when mouse go on a button like “play” or “select level” button , it get brighter or have some effect to be more live! how can i do that ?

Hi,

If you use a sprite, you can use the condition to check that the cursor/touch is on the object and change the animation. With text objects, use the same condition and just change the color and maybe other formatting (shadow, etc).

Check out the GDevelop 5 example titled -Buttons- It will show you how to do it.
It is located in the examples section in gdevelop 5.