i dont know if this has been discussed here before, but i was wanting to know how easily you could do a sort of mixed input types, see i want left click to be context sensitive to the object or npc im clicking on, replaced by invin items to use them on stuff... but i want my right click to pup up a radial menu of options for manual selection... is this easily accomplished or possible with the current version of adventure creator... sorry im incredibly new to this game dev and dont know if this is built in or will need to be created thx - darkling
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @darkling.
It really depends on what you want options you want to show in the radial menu - what is it you want to be able to select?
Having a Menu appear when right-clicking is certainly possible - create a new Input in the Input Manager named e.g. "RightClick", and map it to the right mouse button by setting its Positive Button to mouse 1.
Next, create a Menu in the Menu Manager that will show the options you wish to display, and set its Appear type to On Input Key. In the input field underneath, enter the name of the input created above, "RightClick".