Double linked Buttons?

Hi everyone,

I have a MultiStateBox on my client website and everything works. I’ve connected multiple buttons to the states in the Box to open the individual states in several ways. 1. with the buttons above the box and second with the buttons in the nav bar.

For the second one, I have a question:

Is it possible to connect a single button to the MultiStateBox AND to an Anchor point on the site?

Currently I have connected the button with the MultiStateBox and it works but the anchor but not. (Connected with the standard linked option)

Can someone help!

thanks to everyone.

stefan

I was able to able to use click and double-click events to get one button to do two separate actions. Only thing is that the double-click has to be very specifically a double-click and not two clicks paced out.

I could fix it by writing a scrollto function.

That could work to but not well-versed in code.