I have a problem creating my title screen, i can get it to click and go to the level, but i am having trouble creating the effects
such as mouse over and then the text glows
I am using 2 frames for this, 2 custom text frames made in photoshop.
Set animation speed to 0
mouse cursor is over sprite - sprite set frame to mouseover
Problem being, i'm not sure how to make it deselect, like when mouse is off it goes back to animation frame 0
p.s im pretty new, so i need all the help i can get
Develop games in your browser. Powerful, performant & highly capable.
easiest way is to invert the mouse over condition.
Duplicate the event and right-click on the event. set to invert and sprite set frame to 0
Ahhhhhh Thank you!