Creative Communities of the World Forums

The peer to peer support community for media production professionals.

  • Posted by Jason Yardley on November 5, 2015 at 12:30 pm

    Hi I’m looking for an expression that would drive some numbers as a radial wipe transforms, example
    I have a numbers plug in and I want the numbers to go from 6000 to 8000 over a radial wipe Transition completion, so the radial wipe transition goes from 0 to 100 and I need this to drive the value on the numbers plug in from 6000 to 8000? can anybody help please, I just can’t make it work

    Jason Yardley replied 10 years, 6 months ago 3 Members · 7 Replies
  • 7 Replies
  • Xavier Gomez

    November 5, 2015 at 2:44 pm

    This might work:

    completion = (pickwhip the radial wipe completion property) ;
    linear(completion, 0, 100, 6000, 8000);

    Xavier

  • Jason Yardley

    November 5, 2015 at 2:56 pm

    HI very new to expressions I’ve copied that expression to the numbers value but didn’t work, can you run me through the procedure please

  • Kalleheikki Kannisto

    November 5, 2015 at 3:07 pm

    Did you pick whip the radial wipe completion value where indicated?

  • Jason Yardley

    November 5, 2015 at 3:12 pm

    So do I pick whip the Radial dial completion to the Number value then add the expression to the number value when the expression come up?

  • Jason Yardley

    November 5, 2015 at 3:24 pm

    OK that works, Only problem is the way I set it up back to front so when the numbers go 0 to 100 on the
    Radial completion the numbers go from 6000 to 8000 which is what I asked for but my radial sip is going the other way so what I need to do is reverse so when the radial wipe is going 100 to 0 the Numbers are going up is there a reverse expression?

  • Xavier Gomez

    November 5, 2015 at 3:38 pm

    Just swap 6000 and 8000 in the expression, so:

    linear(completion, 0, 100, 8000, 6000);

    Xavier

  • Jason Yardley

    November 5, 2015 at 3:41 pm

    Thanks

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