Hi!
I am creating a slideshow of tweening images that I want to automatically scroll through with a time delay. I also want to add buttons that overwrite the time delay and tween to the next image. Is this possible??
Printable View
Hi!
I am creating a slideshow of tweening images that I want to automatically scroll through with a time delay. I also want to add buttons that overwrite the time delay and tween to the next image. Is this possible??
Yeah it's possible, look into using the setInterval(); command, that will act as your timer and then just code the buttons to reset the timer should the buttons be used before the timer runs out. HTH.