I have the dynamic text to work on a rollover button, My question is once it’s rolled over the text “stays there when curser is removed of the button”. how do make the text vanish once curser been moved of button?
on (rollOver) {
_root.desc= “Hello”;
}
Regards Barrie