How do I make a dialog box with custom buttons?

Oof:( Well I can not really help with anything in this then.

They mean the built-in Snap! dialog boxes that are written and invoked in JS.

Hmmm...
@helicoptur, what is the code to delete the dialogue boxes if you have too much ones? :thinking:

world.children.forEach(e=>{if(!(e instanceof IDE_Morph))e.destroy()});

Thanks!!! :slightly_smiling_face:

<p>

` < p > `

I know this is an old topic, but, is there a way to toggle on/off the slider?

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