I want to make my buttons have links

test2

I have 30 buttons which named Profile(0~29)
And I have 30 links which match with buttons. (0/profile, 1/profile, 2/profile…29/profile)
I want to make my button working.
How can I make it easily?

1 Like

Use the Any block to handle clicks on any button.

1 Like

test3
I know how I can make button with website link.
but I have a lot of buttons and links.

I have Profile0~49 buttons and 50 links.
How can I make it easy?
Should I make 50 blocks?
I wish there is something solution like loop

I think you have posted the same question yesterday -


Please don’t double post :slight_smile:

2 Likes

Hi @discoshm6 :wave:

Welcome to the community - but please do not create duplicate topics.

In response to your question - here’s a short tutorial outlining how to do this with lists:

Hope that helps!

2 Likes

For simplicity, I store the URL in the Visible property, but you can use a less risky block.

1 Like