Rotation and click to pop up content

trying to get the "i’ icon to spin forever . but when the person clicks on the “i” icon, the icon should pop up a message . but the problem now is that it keeps on spinning and doesn’t open up. welcome any advise? thank you.

Hi @el2020,

your code doesn’t go beyond the forever loop, because it is actually executed forever. If you change the order of CoBlocks so “When is clicked” goes first, it would work as you planned.

2 Likes

Yes, the codes with “When Clicked” or “When Collides” etc., you have to put those codes in the front, because if you put the code in the back, it runs in sequence.

1 Like

Or you can open up another script by hitting the + icon and then put the when clicked part that should work too.