While that extension is awesome, I noticed that it only works for vertical min-menus. is there something i’m missing?
Yeah… I need to code that in still… sorry. I made that extension a long time ago and I totally forgot that horizontal menus existed. Not it’s kinda hard to figure it out cause I’ve forgotten how it works somewhat. I should probably work on it I guess ![]()
Cool extension! Just what I need to make a main menu and inventory system for the game i’m working on!
@richard could you add a selected image that takes the image as one of the parameters for on a button pressed with
what if i already put the old extension on my project, is there a waay to remove extensions cuz it keeps doing this
Javascript > explorer > press garbage can button
Go to “Javascript” then click on the orange tab (forgor the name) below the simulator to open it.
Then scroll down until you find the more complex name of the extension.
Finally, click the trash button next to it and confirm it to delete it.
You need to convert to JavaScript to remove the extension, so make a copy of the project first incase it doesn’t convert back.
Then you’ll need…
- to remove every block of code from the old extension - convert to JavaScript
- find the Explorer drop-down menu underneath the simulator on the left
- scroll down till you find the file for the extension
- click the little trash icon
Then you can convert back to blocks (while crossing your fingers and hoping it works), and add back the correct extension and all the code.
Alternatively you could copy/paste your blocks into a new project containing the correct extension, but you’ll need to make sure not to copy any blocks from the old extension because it will prompt you to download that extension before you can paste any of those blocks.
Once again reminder to make a copy of the project before doing anything!
go to javascript and remove the file that’s labeled mini-menu
Hey @richard , could you make it so that there can be an option for the selections/menus to go sideways? (like left–>right–>left instead of up–>down–>up) This would be great for an upcoming game of mine (although I should probably actually finish one of my games first lol).
See below:
@Popping-corn yup! check out the “Single Row” menu in my example program:
https://arcade.makecode.com/01015-74213-34299-07410
