Hi
to make simple anitmation effect from scratch use this code(You will need to add "OffsetMap" to the effect Parameters ):
vector scale = evaluateTexture(OffsetMap,fpItem.distUVW);
fpItem.scale.z = fpItem.Scale.z*scale.z;
Added a max file for Your reference as well. Hope this helps.