-
Need help with splash image
I was wondering how you could get some pages to display at different times than others. "//configure delay in miliseconds between each message (default: 2 seconds)
var intervals=3000" I want something where like the 1st page has 2 seconds and the 3rd page has 4 seconds (just making it up randomly). But if anyone knows that would help a lot.
Thanks in advance,
Bryan
-
-
This should work: change 4000 to the upper millisecond limit.
var intervals=Math.Floor(Math.Random * 4000)
cr3ative
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks