Action button Interactive

Can anyone point me in the direction of how to make an action buttons in Sketup for an interactive model with a multiple choice question? Selecting the correct button would reveal a different message that selecting the wrong buton. The main thing is that the explanation would be conditional and would appear based on the logic incorporated into the buttons

Sorry for the complex question.

A simple modeled version would be with several button components, each being dynamic.

Each button has an ‘OnClick’ attribute and then each one points to a different scene by its own 'GOTOSCENE(“scenename”,time,easein,easeout) function.

The different scenes show the corresponding messages.

1 Like