How do you create two automatic slideshows that run in parallel? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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.

21st Jul 2020, 9:03 PM
Uri Easter
Uri Easter - avatar
6 ответов
+ 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.
28th Jul 2020, 5:47 AM
Uri Easter
Uri Easter - avatar
+ 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.
21st Jul 2020, 9:26 PM
Uri Easter
Uri Easter - avatar
+ 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
21st Jul 2020, 9:39 PM
Uri Easter
Uri Easter - avatar
+ 14
https://code.sololearn.com/WRNP7uBjRp78/?ref=app
22nd Jul 2020, 4:03 AM
Uri Easter
Uri Easter - avatar
22nd Aug 2020, 6:56 PM
Uri Easter
Uri Easter - avatar
+ 1
Java
28th Jul 2020, 5:29 AM
Hasnain
Hasnain - avatar