Button Timeline Stay on "Down" Frame after clicked

I’m working on a project where I want to have the user be able to select multiple items. I want this to visually show up by the text going bolder after selection, but I don’t see a way to change the text permanently after a click. I’m looking for either a way to make the “down” frame on the button timeline stop the main timeline or some alternative way of doing this. My I thought I could just write a bold() javascript function but that doesn’t seem to work in Wick. Thank you!

There are many ways to accomplish what you want…

You can make a clip and then attach a script for onClick event. Then, inside that clip you can have 2 frames, one for unselected and one for selected. See this example…

CustomButtons12-9-2022_17-07-38.wick (2.5 KB)

Thank you so much!