@nayeli
Hey Nayeli,
I am stuck on trying to code the down state color change for the buttons. I was able to code the hide and show on mouse enter and mouse out but can’t figure out code to keep the color change state on mouse click ( down state).
https://massagebyandrealmt.wixsite.com/staging/treatments
here is the code i have for the first button:
});
export function saltstone_click(event) {
$w(“#slideshow1”).changeSlide(0); $w(‘#line5’).show();
}