I've been doing sprite based effects for awhile now. Simply create your sprite, and then import it into the sprite manager. Then either spawn the sprite over the thing you want it to spawn onto and create a delay command to delete it, or, you can create an enemy and put the sprite onto that and then create a delay command to delete the enemy once the animation is over.