Here’s what I’ve done so far… I have a 5 different movies that i’d like to play in a particular order. But I’d also like to give the user an option of skipping to the next movie or going back one. I’ve created a container movie and placed the 5 movies in an array. There is a next and previous button in the container movie.
How do I code the buttons to play the next or previous movie in the array and loop it so that when the user gets to th last one, it goes to the first movie again? I will be adding additional movies in the future.