Answered
Following an MC
I am pretty new to actionscript, and am learning through experimenting with different game styles while reading online tutorials. However, I have been stumped. Here is my dilemma: My game is simple. You are a ball. the arrow keys move you smoothly around my box. if you touch a side, you come out on the other side, a perfect little square of infinity. I want smaller balls to chase after you while you move. I have found many a code to make a movie clip follow the mouse, yet none to make a movie clip follow another movie clip. I have tweaked certain codes for following the mouse to make them follow my movie clip, but that code goes on the first frame of the enemy_mc and it will only apply to one at a time? any help would be greatly appreciated.
note: (I'd rather not have the enemy slow down as it approaches the player, but if it's there then oh well)