Forum Replies Created

  • Conrad Dsouza

    November 4, 2014 at 7:39 pm in reply to: Converting 3D position to 2D ?

    Hi Dan,

    I’ve seen this expression many times, but I would like to apply it to a sightly different situation as follows : I have many words on different layers distributed randomly in 3D space; I have applied the “beam” plugin to a solid layer & would like to have it’s start point attach to the (x,y,z) anchor point of text layer 1 and it’s end point attach to (x,y,z) anchor point of the text layer 2; then repeat the same process from layer 2 to layer 3, layer 3 to layer 4 & so on. I have used AK’s SureTarget to animate the camera between the words already. The end goal is to show a line connecting one word to another as the camera moves between the words. Any idea how to convert the beams start-end points (x,y) to link with text layers anchor point (x,y,z)? Thanks.

  • my problem is the same as someone else posted; need to show a population countup from 0 or 100,000 to over 1 billion or over.

  • Conrad Dsouza

    December 24, 2012 at 10:18 am in reply to: Expression Count Up Percentage

    useful expression .. but how can I ease-in or ease-out the %tage countdown/countup?

    beginCount = 0; stopCount = 100; beginTime = 0; // start counting at time = 0 countDur = 4; // count for 4 seconds "" + Math.round(linear(time,beginTime,beginTime + countDur,beginCount,stopCount)) + "%"

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy