Copy link to clipboard
Copied
I created my own next and previous buttons and I have them displaying for the rest of the project. I want to remove the next button from my last slide in my project since there is no next slide.
You cannot 'remove' it but you can hide it and/ or disable (for a button)
using the On Enter event of the slide.
Copy link to clipboard
Copied
You cannot 'remove' it but you can hide it and/ or disable (for a button)
using the On Enter event of the slide.
Copy link to clipboard
Copied
Do not forget to show/enable it on the next slide, where you need the
object again. Enter event is always available on each slide, even on
question and score slides.