sparkRedToCurve - a very simple Spark which creates an animation curve from the red value of the bottom left pixel of the image. Use it to make things animate in response to image changes. Download including source
here. There's an old-school way to do the same thing which is too cunning not to repeat here: paint a white dot, put it on an Action surface, displace that surface with your changing clip, rotate it so you can see the dot move, process, then track the moving dot with the Stabilizer...