1) Create a sprite containing the blob image, preferrably with the hotspot in the middle.
2) Create a new entity file, which will reference the shadow sprite:
ENTITY
{
SPRITE = "path\shadow.sprite"
}
3) In actor's script call something like:
this.AddAttachment("path\shadow.entity", true);