Arcade-mini-menu extension

dang! why are the graphics actually kinda good on this one!

2 Likes

Thought that said rickroll for a second

13 Likes

SAME!!!

I always thought it said rickroll!

6 Likes

I’ve been trying to use it on a game that uses ray casting, but none of the mini menus will pop up. I’ve even tried opening up a different project and it’ll work, but as soon as I add the ray casting extension the menu will not show.

2 Likes

I love this so much!! Quick question though, is there a way to update the text without closing the menu and opening it again? I am trying to update the cost of items in a shop. Thanks!

2 Likes

no, that’s on my todo list though! i’ll move it up in the queue

2 Likes

this extension is not compatible with the raycasting extension

iirc the raycasting extension makes extensive use of the Image.blit method but menu sprites don’t use images

2 Likes

It’s fine actually. I was afraid that making it close and open again would make it flash but I don’t notice anything. It is also really easy to make a variable = the place you selected and then just loop the “move selector down” thing that many times after you open the menu again.

2 Likes

lol (sentence)

1 Like

I think we all thought it said rickroll.

13 Likes

Is there a way to make a selection un-selectable after selecting it once, without changing and checking for a variable in a conditional?

2 Likes

@Phoen1x do you mean you want to remove items for the menu? or gray them out?

can you provide more details on what you’re trying to do?

3 Likes

Removing the item from the menu or graying the item out after you choose it would both work.

3 Likes

@Phoen1x graying out the item isn’t supported, but removing them from the menu is! Basically, you just want to close the menu when the user selects something and then recreate the menu with that item gone. Here’s some sample code:

5 Likes

Thank you! This is exactly what I was looking for!

3 Likes

@richard I was wondering if you could make a mini-menu-extension that could be used for multiplayer, so each player could control a menu? Thanks!

3 Likes

Hey @richard
I was using this extension for a project but it wouldn’t let me make anymore options I need more menu space for this project. Could you make the menu extension support more options.

1 Like

@RobbyZero that’s what the array version of the block is for!

4 Likes

How do you get the selected index of(myMenu)?

1 Like

Wow @richard you are getting swamped-This means the extension is superb!

1 Like