Ask a Question related to Macromedia Director Basics, Design and Development.
-
Spike #1
Current Time
I need to show a current time in this mode ( 29.3 secondes ) how i do ??
I use this for show current time in this mode ( 29340 ) i don't know modify
.. . . .
member("current time").text = string(sprite(1).currentTime)
Spike Guest
-
Get current date/time? Use them in hidden field?
I've got an app that works as a reception log for clients coming in our agency. The receptionist logs each client's name into our log database. ... -
Outputting current time
I output the current day/date on our web site home page. We recentlt moved to an american server that is 10 hours behing us in Australia. Whats the... -
Current time in a procedure ??!!
Hi, i want to put a lot of trace (log time in a table) in some procedure. The function "current" show the same time by statement. How can i get... -
How to change the current thread current culture at run time.
I have created a new culture : Dim objCulture As New CultureInfo("he") //hebrew When I tried to assign it to the current thread. ... -
Current Date & Time
I want to display the current date & time on my web site. Not being a code guru could someone please tell me what is the simplest script that works... -
Andrew Morton #2
Re: Current Time
-- store current value
fp=the floatPrecision
-- set to diaply 1 d.p.
the floatPrecision=1
-- get the milliseconds
t=sprite(1).currentTime
-- format it to seconds with 1/10 seconds
member("current time").text = string((t/100)*0.1)
-- restore previous value
the floatPrecision=fp
Andrew
Andrew Morton Guest
-
Michael Hamstra #3
Re: Current Time
please do not cross-post
MH
"Spike" <fabricio@glb.com.br> wrote in message
news:c5ja99$kj3$1@forums.macromedia.com...modify> I need to show a current time in this mode ( 29.3 secondes ) how i do ??
>
>
>
> I use this for show current time in this mode ( 29340 ) i don't know> . . . .
>
> member("current time").text = string(sprite(1).currentTime)
>
>
Michael Hamstra Guest
-
Spike #4
Re: Current Time
please . . . . sorry . . . .
"Michael Hamstra" <michael@hvc-inc.com> wrote in message
news:c5jb7d$m0t$1@forums.macromedia.com...> please do not cross-post
>
> MH
>
>
>
> "Spike" <fabricio@glb.com.br> wrote in message
> news:c5ja99$kj3$1@forums.macromedia.com...> modify> > I need to show a current time in this mode ( 29.3 secondes ) how i do ??
> >
> >
> >
> > I use this for show current time in this mode ( 29340 ) i don't know>> > . . . .
> >
> > member("current time").text = string(sprite(1).currentTime)
> >
> >
>
Spike Guest



Reply With Quote

