Show Menu
Last updated
Last updated
Options List: that accepts a value containing the options you want to present.
X Position: that accepts a value for the X coordinate position where the menu will appear. The xpos property from the block comes pre-attached as a default. You can attach any value here to change that.
Y Position: that accepts a value for the Y coordinate position where the menu will appear. The ypos property from the block comes pre-attached as a default. You can attach any value here to change that.
Selection Tasks: a where you connect blocks that specify what you want done after a selection is made. Use the and/or the blocks to know what option the user selected.
The example below shows the Show Menu block used to present a menu with two options when button is clicked. Since the X Position and Y Position are using their pre-attached values, the menu will be shown at the location where the click occurred.