Copy link to clipboard
Copied
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]
1 Correct answer
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
what adobe app is this related to?
Copy link to clipboard
Copied
After Effects.
Copy link to clipboard
Copied
thank you.
<moved to after effects>

