Is it possible to insert a pause (say 4 secs.) into a roller script, if one condition is true?
The scroller script does a lot of things, besides scrolling, it changes images on another layer - so before scrolling down and displaying the next image, it should wait a little.(But only, if the layer that it scrolls, contains links to images).
I've been experimenting with adding setTimeout, but the scroller still goes on, only it waits to execute what is inside it, and it just caused error messages.
Thank you very much!
The scroller script does a lot of things, besides scrolling, it changes images on another layer - so before scrolling down and displaying the next image, it should wait a little.(But only, if the layer that it scrolls, contains links to images).
I've been experimenting with adding setTimeout, but the scroller still goes on, only it waits to execute what is inside it, and it just caused error messages.
Thank you very much!