Description:
In this tutorial, I’ll show you how to create 2D character animation realistic fish swim animation using Puppet Pins in After Effects. You may use the technique to animate any still image to a 2D animation. Below is the script I used in the video:
------------------------------------------------------
At 0:58, use "ALT" key + Left Click to open the script box.
The scripts for Puppet Pin (replace the body001 by your layer name):
n=thisComp.layer("body001");
nullpos=n.toComp(n.anchorPoint);
fromComp(nullpos)
------------------------------------------------------