You know there is a dropshadow object?
To attach a dropshadow object to multiple instances you simply put it in a container with the sprite.
Then at start of layout you do a for each on the dropshadow attaching it to the sprite.
Same goes for a dropshadow made out of a sprite, but instead of start of layout you do an always event and for each on the shadow sprite -> set position to container object.