I am using attachmovie AS like so:
on (rollOver) {
holder.attachMovie(“mc_see”, “s”, 0);
}
What is the AS to remove the clip from the holder on mouse out? (so that it does not stay when mouse over other buttons)
I am using attachmovie AS like so:
on (rollOver) {
holder.attachMovie(“mc_see”, “s”, 0);
}
What is the AS to remove the clip from the holder on mouse out? (so that it does not stay when mouse over other buttons)
:: Copyright KIRUPA 2024 //--