Here’s the plan. I want to have a button where a person puts the mouse over it and it fades to a different color - lets say over 12 frames (0.5 seconds). When they click, it pulls up a webpage. I get how to use EventListener and that I need to write a function for each event OVER and CLICK but I’m at a complete loss on how to redirect to a webpage on click and how to get it to change color on over. I will use a motion tween between Frame 1 and frame 12 but how do I get it to run the frames on mouseover and return to the original state after the person stops the mouseover? I see quite a few videos/tutorial on this interwebs thing but there seems to be a fair amount of steps that they assume you know.