+ 22
How do you create two automatic slideshows that run in parallel?
I tried the searchbar and found this: https://www.sololearn.com/Discuss/2221588/?ref=app It's most relevant to what I am trying to do. I will post demo code later, but I was wondering if anyone else has any input on this? Thank you for reading.
6 Respostas
+ 20
I guess I should say I figured it out tonight. Or rather, you can create a slideshow of two objects by nesting both within one class. So you have the appearance of two slideshows happening at once.
+ 16
I guess I also ask because in my attempt I have alot of redundant code. So I am wondering if there is a more efficient way to execute this idea.
+ 16
Okay, my last comment. I am trying to implement this idea from this source, through changing variable names, and then running them in tandem. Admittedly it worked the first time, but i need two other sets of automatic slideshows. I have checked s.o. as well, and I am still trying to understand.
https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_slideshow_rr
+ 14
https://code.sololearn.com/WRNP7uBjRp78/?ref=app
+ 1
Java