Web Analytics Made Easy -
StatCounter Multiple timers - CodingForum

Announcement

Collapse
No announcement yet.

Multiple timers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multiple timers

    Is it posible to create multiple timers in one script? If so, some sort of example would be appreciated greatly.

    Thanks!

  • #2
    Intresting, though I'm not sure I fully understand it.. it's a pretty complex example, I'm not sure I understand. So each time the setTimeout is fired, it automatically generates another timer?

    I'm working on a moderately complex application that needs multiple timer functionality.. just not sure how to apply this example to it at this point.

    Thanks!

    Comment


    • #3

      Comment


      • #4
        Excellent, I think that might be what I'm looking for. With the setTimeInterval, it's only nec. to decalre it once I would assume, not like setTimeout where you must specify the next interval with another setTimeout once the first one is reached?

        Comment


        • #5
          Additional query: Is there a way to change the interval of a setTimeInterval timer?

          Thanks alot btw..

          Comment


          • #6
            Dave

            Thanks a bunch, I think I'm finding my way out of the woods on this one!

            Comment

            Working...
            X