• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum
    • Categories
    • Recent
    • Popular
    • Tags
    • Register
    • Login
    1. Home
    2. Tags
    3. time
    Log in to post
    • All categories
    • N

      [ANSWERED] How to make a Clock

      How To... ?
      • clock time text formatter text draw actors • • nic
      6
      0
      Votes
      6
      Posts
      757
      Views

      N

      @woland Thanks Woland, really helpful!

    • gapworksG

      [ANSWERED] clock display

      How To... ?
      • clock timed events time actors control panel • • gapworks
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      WolandW

      @gapworks


      Also feel free to cannibalize the Patch I posted in this thread: https://community.troikatronix...

      Best wishes,

      Woland

    • WolandW

      Simple Time Display Patch - An Intro To The Text Formatter Actor

      Showcase
      • clock time actors timed events text formatter • • Woland
      5
      1
      Votes
      5
      Posts
      2.3k
      Views

      bonemapB

      @woland, @mc_monte 

      Hi,

      Thanks for the usefulness of your patchwork. I have modified the patch again to make a control panel timer with a reset button. I used it for a show last night and thought to add to the shares here. It uses a Pulse Generator set to 1hz to 'count' seconds that then add-up to minutes and hours. The control panel 'monitor' is set to a 2 hz refresh rate.

      Control Panel Timer.izz

      best wishes

      bonemap

    • Bill CottmanB

      [ANSWERED] Countdown display clock

      How To... ?
      • clock time actors countdown javascript • • Bill Cottman
      11
      0
      Votes
      11
      Posts
      5.1k
      Views

      MichelM

      @Maximortal

      Yes the difference sure is the time zone. The JavaScript code takes your system time and compares it with the future time, so the result will always be the date and time of your current destination. To compensate you have to add or subtract the offset hours to the country or timezone you want to have.

      Even if you compare different online counters for that election date they often show different values. Some code takes the time of the server location, other take your system time and other have fixed the time for that certain timezone they want the countdown for.

      Best Michel

    • E

      [ANSWERED] Digital Clock??

      How To... ?
      • clock javascript actors time time of day • • Euzhan
      3
      0
      Votes
      3
      Posts
      1.4k
      Views

      DusXD

      My clock uses the code I outline here: http://www.dusxproductions.com/blog/javascript-based-orbits-in-isadora/ To control the orbit/rotation of the hands, and placement of the numbers. You can see a little more creative use of the same 'orbit' code here: https://m.youtube.com/watch?v=usai4ugQwRU

    • T

      [ANSWERED] Timer, Converting Seconds to Hours, Minutes, Seconds

      Troubleshooting and Bug Reports
      • time convert timer user actor • • TECVM
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      BennnidB

      @michel THANKS A LOT !