Is there a way to sustain any user input (e.g. clicking on objects) while an audio is played by an event in the slide master?
I got a slide A which makes use of a drag and drop that is in the master slide (and is has to stay there). On accept an audio is played. When I click on a button that leads to another slide B the presentation breaks down. So either I would like to sustain user input for the duration of the audio or I would like to hide the button in slide A for as long as the audio plays. is that possible?
Is it possible, in general, to access objects in a particular slide through the Master, e.g. something like prez.Slide(12).object(ABC).hide(). Is there a workaround?
So either I would like to sustain user input for the duration of the audio or I would like to hide the button in slide A for as long as the audio plays
Firstly, you will hide the button by right-clicking it, select Initial Hidden.
Then, in the On Accept event, you will add actions to it as in the following image:
Regards,
Yen
As far as I can see, what you describe would work if both, the drag-and-drop and the button were on the same slide. However, the drag-and-drop is in the master slide and the button in a slide A (which is based on the master). It seems I cannot show an (initially hidden) object that is not in the master slide.
This is general problem. Slide A is based on a master. As far as I can see I cannot use any events in the master to manipulate objects in slide A. The only objects I can see are those in the master.