Tracking a Flash bug... Record the cat's x and y values by pressing start.Then drag it around. Press stop when you're done. Then press replay to see the other cat copying its x and y values. This was made by using two lists, "x" and "y." The first cat records its positions in these every moment. Then, afterwards, the other cat constantly changes its x and y to match those on the list. Try making something with this!