Skip to main content
Neelu Bera
Participant
June 10, 2020
Question

How to make a button active only after certain time?

  • June 10, 2020
  • 2 replies
  • 286 views

How to make a button active only after certain time? I tried to make the button inactive by placinga shape over it and adjust in the timeline till that second, but I am able to click it and it is active.

 

    This topic has been closed for replies.

    2 replies

    Lilybiri
    Legend
    June 10, 2020

    Civer over an interactive object is an outdated technique which will for sure never work for HTML output.

    The Delay command as mentioned is a possibility but you have to know that the timer is not taking into account anything. Example: if the learner pauses the slide for some reason, the Delay timer will not be paused at all.

    You didn't give much details, but if possible, setting this up in the timeline is always the best method. Do you need to see the button while it is inactive? In that case use an image during the inactive part and the button in the active part. If it is a shape button that is perfectly possible.

    Stagprime2687219
    Legend
    June 10, 2020

    You could make an Advanced Action to execute onEnter that would disable the button and then, after a designated delay - enable the button.

    Alternatively - you could make the button hidden at the start and use the same delay idea to show the button which will have the same effect other than the button will be seen on the stage in the first example.