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

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?

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: