When we use Axure for prototyping, we can click different buttons on the same page to switch to display different content, which can be achieved through dynamic panels; bulk sms send if we want to click different buttons on page a, different buttons will be displayed on page B. How should the content be implemented? This article will introduce how to save values through global variables and pass values across pages to achieve this effect. 1. bulk sms send Interaction effect description Click the button in the "Home" King Kong area to jump to the "Category" page, select the corresponding Tab option, and switch to display the corresponding content.
Effect preview: Prototype preview address Interactive effect production 1. bulk sms send Create two pages, named "Home" and "Category" respectively. 2. Drag a circle and a text label into the "Home", set the color and text, right-click to set the combination, name it [Humanities - Botton], and then copy 4 identical combinations, name and Settings, other bulk sms send content of the page can be customized. 3. Drag a rectangle in the "Category" page, set the text content to "Humanities", and name it "Humanities-Tab"; in the [Interaction] panel on the right, add [Component selected style] to it, the effect As shown in the figure below, set the option group name to "Tab Group". 4. bulk sms send Add the interaction of [When the mouse is clicked] [Select the current component] to the text label "Humanities-Tab".
After the setting is completed, copy four identical text labels to name and set the text content respectively, bulk sms send so that the Tab is completed. 6. Create the content part of the "Category" page. The content can be customized. After making it, right-click on the selected content and convert it into a dynamic panel, and then copy 4 states and name them respectively. 7. Add the interaction when [selected] to the five text labels of the "Tab group", and switch to the corresponding state of the [Content] panel. Next, we need to store our data by setting global variables, bulk sms send click the button in the "Home" to assign values to the global variables, and then display different panel states by judging the value of the global variables when loading in the "Category" page.