Do you have the loop as a root event? Remember that all root events are on a perpetual loop, so if you don't want your capx producing an infinite number of sprites, then you need to condition it on something that only happens once (like "On Start of Layout" for example).