Jump to content

[Help] Ordered Menu drives other ordered menu


Recommended Posts

Hi,

I am building some top-level controls for my project and have a couple of texture options that the user can select using an ordered menu. However, I am wondering if I can have even more functionality by having a main Ordered Menu which controls another sub-Ordered Menu. This is what I am hoping to achieve ::

Ordered Menu 1 would have 3 options of Wall Type - Bricks / Stucco / Concrete

Depending on what option the user selects, the next Ordered Menu would display corresponding options ::

for bricks - Red/Brown/White

for Stucco - White / Dark

for Concrete - New / Old

 

I hope I am able to explain this correctly.

would love to have this type of functionality for my project.

Thanks!!

Edited by CaptainAhoy
corrected the title
Link to comment
Share on other sites

Four ways, at least:

  1. Use menu script to change parameter menu. Bad for referencing.
  2. Use menu and three sub-menus hiding irrelevant. Unclear for new and returning users, but clean.
  3. Use menu and three sub-menus disabling irrelevant. Clear, but cluttered with disabled menus.
  4. Use plain list of 7 items. Clear, clean and foolproof.

Personally, I would be using 3 and 4.

menu.hipnc

Link to comment
Share on other sites

20 minutes ago, f1480187 said:

Four ways, at least:

  1. Use menu script to change parameter menu. Bad for referencing.
  2. Use menu and three sub-menus hiding irrelevant. Unclear for new and returning users, but clean.
  3. Use menu and three sub-menus disabling irrelevant. Clear, but cluttered with disabled menus.
  4. Use plain list of 7 items. Clear, clean and foolproof.

Personally, I would be using 3 and 4.

menu.hipnc

Oh this works perfectly!! Your file helped a lot!!

 

Thanks!! :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...