How to get 'drag' to create objects on the stage along the way

I want to create an application where the user drags a sponge movieclip, and bubbles appear along the sponge’s path.

Any suggestions on how I might achieve this? I know how to do a drag and drop in AS3, but how would I get the drag movement to make a series of bubble movieclips to appear?