Skip to main content
Participant
October 5, 2022
Answered

Control Motion Tile with a Slider Control

  • October 5, 2022
  • 1 reply
  • 580 views

My project is to create a scrolling number system similar to that of an old gas pump where the numbers roll vertically. I'm using the motion tile effect to achieve this. The scroll is nested in a precomp and I'd like to control it from my main comp using the Slider Control on a null. I can get the slider to work until I set a keyframe. Once I set a keyframe the slider no longer controls the Motion Tile. 

 

This is the expression I'm using. 

 

y = effect("Motion Tile")("Tile Center")[1]

x = 75;

S=comp("Scroll Animations Main").layer("Null 2").effect("Rank Counter")("Slider");

[x, S]

This topic has been closed for replies.
Correct answer Justin Berrington

And of course a few minutes later after searching through every precomp I found that I had one in the chain that I had applied time remapping to when I was experimenting earlier. Once I removed that it worked perfectly. 

1 reply

Justin BerringtonAuthorCorrect answer
Participant
October 5, 2022

And of course a few minutes later after searching through every precomp I found that I had one in the chain that I had applied time remapping to when I was experimenting earlier. Once I removed that it worked perfectly. 

kglad
Community Expert
Community Expert
October 5, 2022

what adobe app is this related to?

Participant
October 5, 2022

After Effects.