Flash MX Random Movement

I did the Flash MX Random Movement tutorial, and it worked fine. But i want the objects that move to be links, so that when the mouse is placed over them, the word for the link pops up, and i want them to be buttons.

Just add onRollOver handlers to your clips.

yourClip.onRollOver = function(){
theTextInTheClip.text = "something";
}

pom :phil: