I see this questions so often on the forums "How do I make clones from one sprite follow clones from another. So, I decided to answer that here for all the people out there just waiting to make awesome projects. : ) But how dose this all work? ====( .__.) Each time you create a clone you want give it a id so it knows what clone it is. Make sure that the clone id variable is set to this sprite only so that it can be different for each clone. Also make sure that clone id variables are only set odd numbers (you will see why this is important later). Also when creating a clone make sure to add two blank items to a list. In in this demo that list is called 'locations'. Under a when I start as a clone put a script to set the cloneid'th item of locations to its x position and the cloneid + 1'th item of locations to the clones y position, In the following clones it dose a similar thing but instead pf setting the items of locations your reading them. I don't know if that made any scene but I hope it helped. :b