Skip to main content
Question

How to make a part of a page appear in a frame after tapping on it? (Tap to show next)

  • September 6, 2024
  • 1 reply
  • 25 views

Kellin_Sproul

Hello, so I’m designing an art museum app, and for the checkout page, I want the sections of the page (admissions, time slot, etc) to appear one after the other, but ONLY after the previous section has finished being completed.

For example, if a person is selecting how many tickets they want, they would first need to select the correct amount and then click the “done” button. THEN, I want a menu to pop down that allows the user to select a date. How can I separate those two functions so that the date section only appears after the user has select the tickets they want?

This topic has been closed for comments

1 reply

Raphael_M
  • Power Member
  • 353 replies
  • September 6, 2024

Hi, Kellin.

You can try playing with variables and conditional prototyping (Check/Else).

  1. Hide the object using a variable
  2. Create conditions on the button on click. Based on your condition you have to track the number/count of tickets the user is selecting before you set the Boolean variable into true.

Example:


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings