PDA

View Full Version : Flash MX Random Movement



PunkieDrewster
June 21st, 2003, 03:23 AM
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.

pom
June 21st, 2003, 06:59 AM
Just add onRollOver handlers to your clips.
yourClip.onRollOver = function(){
theTextInTheClip.text = "something";
}pom :phil: