Objective: Build a slideshow app that allows the user to scroll through pictures
loops the pictures so when the user reaches the last picture, they go back to the beginning.
For Teachers: Go to this Folder to make a copy of this quiz for your class. Email rothmana@sfusd.edu if you don't have access.
Challenge #1 Start Button: Add a button (“StartButton”) that when clicked, starts a slideshow that moves along to the next slide automatically every 5 seconds.
Hint: Use the Clock.Timer component and Boolean (true/false) logic.
Challenge #2 Previous Button: Add a previous button ("PrevButton") to your slideshow that works similarly to the NextButton, but goes back an image instead of forwards.