Announcement

Collapse
No announcement yet.

Clock feature

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

  • Clock feature

    I am adding a clock on top of my application. This one is kind of keeping me in a spin. I can do %time%=system.gettime("Time","Militarytime") and get a time and show the current time at the moment. However, I would like to update it every second so that time is shown constantly. If I put that part and show part in a loop, the application goes into an infinate loop and crash. Can someone show me a way here.

    Thanks

    Lwin

  • #2
    Re: Clock feature

    You could either setup a Flash timer (do a forum search for "Flash Timer"). Here is a link to get you going:

    http://www.indigorose.com/ubbthreads...amp;sb=&o=

    When the timer fires, update the time. Otherwise, if you are a Flash developer I am sure that whipping up a Flash clock would be pretty straight-forward. You could then insert the Flash clock as a Flash object.

    Comment


    • #3
      Re: Clock feature

      Yeah, there's tons of prebuilt flash clocks too for download at flashkit.com...

      Corey Milner
      Creative Director, Indigo Rose Software

      Comment

      Working...
      X