Expressions copy here or download file below: Position: compW = ; compH = ; step = 2; // every 2 frames zoneW = compW * 1.0; // zoneH = compH * 1.0; // zoneCenter = [compW / 2, compH / 2]; f = (timeToFrames(time) / step); seedRandom(f + index, true); x = random(zoneCenter[0] - zoneW / 2, zoneCenter[0] + zoneW / 2); y = random(zoneCenter[1] - zoneH / 2, zoneCenter[1] + zoneH / 2); [x, y] Scale: step = 2; // every 2 frames f = timeToFrames(time); segment = (f / step); seedRandom(segment + index, true); start = random(100, 500); seedRandom(segment + 1 + index, true); end = random(100, 500); t = framesToTime(f % step); d = framesToTime(step); s = ease(t, 0, d, start, end); [s, s] Line: start = ("04 SHAPE: Path 1 [ ]").toComp([0, 0]); end = ("05 SHAPE: Path 1 [ ]").toComp([0, 0]); createPath([start, end], [], [], false); Expressions file: Master Collection: Use code "WELCOME" to get 20% off on your first purchase! Other high quality assets from us: Try our projects for FREE: In this tutorial we'll create very popular Blob Tracking Effect without any plugins in After Effects. Feel free to use timecodes: 0:00 Intro 0:16 Let's start 08:13 Final Thoughts










