How do I make a menu?

Welcome to the forum!
Next time, if you have a question that isn't relevant to the current topic, make a new topic.

Could you make the art tools better? if you could make some things better, like a pixel art editor, and better looking menus, i could make some videos on it, when i get a yt channel (Hopefully allowed in the next couple of years)

I don't know about making art tools.

Are you a developer on the game engine?

Look it up

no, they're not

snap

That's right; I'm not. (you can use "he's")

Please stay on-topic while on a topic. If you have questions about Snap! look at the Q&A

How can you make it report something if it disappears?

bump!

why did you bump this its not going unnoticed

welcome to the forums @paflame.

there hasn't been a post in 2 days

Oh my god. I just need help with it reporting <(()false> if it disappears. Like if you click on anywhere but the menu.

//Terminate Snap loop after cancel. 
 menu._destroy = menu.destroy;
 menu.destroy=()=>{ result = result || true; menu._destroy()};

menu

How do you make new lines in the menus? Like this:
Screenshot 2021-08-03 9.06.59 PM

try ~

menu.addLine();

how do you do it with inputs?
like: image