Search found 1 match
- May 3rd, 2006, 1:16 am
- Forum: Expressions Library
- Topic: Create a timecode with expressions
- Replies: 16
- Views: 194377
i needed to create a 72 hour countdown with milliseconds instead of frames. and so i tried for ages (i've never used expressions before today) to get it to work using the code above. finally got it working h=71;m=59;s=59;f=99; f-=timeToFrames(t = time + thisComp.displayStartTime, fps = 3.99 / thisCo...