Quantcast
Channel: Adobe Community : Popular Discussions - After Effects Expressions
Viewing all articles
Browse latest Browse all 47983

Dan's Universal Counting Clock

$
0
0

Hey Dan!

 

I was trying to get your Universal Counting Clock to stop when it hits 00:00:00, but this part threw me:

 

 

if (clockTime < 0){

  sign = "-";

  clockTime = -clockTime;

}else{

  sign = "";

}

 

I tried

 

if (clockTime < 0) {

  clockTime = 0;

 

but it kept counting. How would you get it to stop counting (either up or down)?


Viewing all articles
Browse latest Browse all 47983

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>