Help making a mini menu

So I’ve been coding this chess game and I want a mini menu to start it out. But I realized I don’t know how to code one (even after 2 years of experience with JavaScript) the thing is I’ve NEVER built a mini menu before. Also I need it with a Play button and credits thanks. here’s the link if you need it, btw if you need to edit stuff feel free to. https://arcade.makecode.com/S45490-55897-31086-74370

2 Likes
riknoll/arcade-mini-menu 

Is what I use but there is also the old one

riknoll/arcade-custom-menu
  1. Type the link above into the extensions bar
  2. Create the menu
  3. Write the options
  4. Design it (set mymenu frame to, set mymenu color to etc.)
  5. Put on ‘A’ button pressed
  6. If custom-menu then put a if selected option = Start then… If mini-menu then put if option = 0 then.
  7. Then you should see the menu.

Theres a mini menu extension made by richard that’s pretty useful. If you’re thinking of something more fancy like a geometry dash style menu or something like that you’d probably have to use sprites…

thanks for the suggestins @YamJam and @OrigamiArtist that will really help me out

Also did I put the right codes @OrigamiArtist also I downloaded the mini menu.

(I know I’m not origamiArtist but we’re the same person trust) everything is correct, but if you were to add more options you’d have to put an if (selectedIndex) = 0(for play) to let the player choose their option.

“Thou Hath Summoned me, And Appear Before Thee I Shall”.
(jk) Yes thanks for noticing I’m actually busy working with Mini-Menus right now! For My New Game! :rofl::rofl::rofl::rofl:

1 Like