Greetings,
I have very basic grasp of coding and inquiring for a little help. I have a scene with a next and previous button and I would like to use them to control different videos (6 different). I am wanting the user to watch a training video and click next to move on to the next one and have the option to go back to the previous one. I have seen alot about arrays or indexes, but not sure if that is the direction I should be going. Any help would be greatly appreciated.
Yes, definitely store them in an array and then keep an integer based index to what current video they’re on.