Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Wheel of Fortune

  • Posted by Jeff Ridout on March 28, 2008 at 3:13 pm

    Hi Guys, I want a spinning wheel with pegs, top down like in the show. I want to know the easiest way to make the clicker arrow smack up and down when each peg hits without doing it manually.
    Thanks

    Dan Ebberts replied 18 years, 1 month ago 2 Members · 3 Replies
  • 3 Replies
  • Dan Ebberts

    March 28, 2008 at 4:35 pm

    I think I’d animate the clicker once in a time remapped precomp and apply an expression like this to the timeRemap property:

    numPegs = 30;
    degreesPerPeg = 360/numPegs;
    dur = ?? //duration of your clicker animation goes here

    r = thisComp.layer(“wheel”).transform.rotation%degreesPerPeg;
    linear(r,0,degreesPerPeg,0,dur)

    You may need to add an offset so that it looks like the pegs are pushing the clicker, but the basic idea should work.

    Dan

  • Jeff Ridout

    March 28, 2008 at 4:44 pm

    call me ignorant, but which part do i insert into the clicker and which part into the peg?? It’s been awhile since ive used expressions

  • Dan Ebberts

    March 28, 2008 at 4:58 pm

    The entire thing would go on the time remap property of the clicker precomp. The wheel you would animate some other way, (probably keyframes) and that would, in turn, drive the clicker animation.

    Dan

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