Countdown Timer: Minutes, Seconds, Milliseconds

Countdown Timer: Minutes, Seconds, Milliseconds

PalmerStudios
Explorer Explorer
1,373 Views
6 Replies
Message 1 of 7

Countdown Timer: Minutes, Seconds, Milliseconds

PalmerStudios
Explorer
Explorer

I found a few posts from 10 years ago about how to make a countdown video but i'm not sure its relevant anymore. I'm trying to make a countdown that has minutes, seconds and miliseconds. Can do this fairly easily in After Effects but want to do this in 3ds max any suggestions?

0 Likes
1,374 Views
6 Replies
Replies (6)
Message 2 of 7

denisT.MaxDoctor
Advisor
Advisor
what is "countdown video" in your understanding? could you illustrate the question with a picture (video) or a reference?
0 Likes
Message 3 of 7

PalmerStudios
Explorer
Explorer

Hey yeah...

 

So the countdown timer would be something like this video: https://www.youtube.com/watch?v=ZlwdxgDpftI

 

I'm looking for the Milliseconds also. So essentially: 05 (Minutes): 00 (Seconds): 00 (Milliseconds) counting down to 0.

0 Likes
Message 4 of 7

denisT.MaxDoctor
Advisor
Advisor

Check out this thread first, and then we'll talk about it. 

MAXScript: How to create layered .NET window in Windows Forms 

0 Likes
Message 5 of 7

denisT.MaxDoctor
Advisor
Advisor

The task is not easy... The fact is that the timer must be asynchronous so that there are no delays and gaps. Here you can not do without multithreading. And MAX doesn't like it, especially when it comes to displaying the viewport or user interface.

0 Likes
Message 6 of 7

istan
Advisor
Advisor

I still do not understand, where this timer shall be shown at all? Within 3dsmax in a viewport? Shall 3dsmax create a video animation? Or shall an external software use 3dsmax renderings? If I would need a millisecond timer, I'd use C++..

0 Likes
Message 7 of 7

denisT.MaxDoctor
Advisor
Advisor

@istan wrote:

I still do not understand, where this timer shall be shown at all? Within 3dsmax in a viewport? Shall 3dsmax create a video animation? 


I think this should be the entertainment of the client during the "moment of waiting".

A kind of popup message window:

"Watch this clip and don't worry. You will see the end soon..."

15:20:56:456 ...

15:20:56:455 ...

15:20:56:454 ...

15:20:56:453 ...

15:20:56:452 ...

... 

0 Likes