PDA

View Full Version : On Mouse Event , what is the equivelent of this in flash mx?


sometimesnew
12-03-2003, 04:58 PM
What equals the same as "on mouse over" in flash mx i cant find it in the actions panel at all.
cheers
tom,

binkyboo
12-03-2003, 05:05 PM
nameOfMovieClip.onRollOver = function() {
// add code here
}