GUI Editor?

Hello everyone.
How can I add a GUI for my Snap! script, in order to interact with it?

Thanks in advance.

Hi, welcome to Snap!.

For text interaction, use ASK AND WAIT and ANSWER in the Sensing category. For clickable buttons, make a sprite, use the Text Costumes library to label it, and use WHEN I AM CLICKED to detect clicks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.