Alt text help! urgent|desperate

Hey,

Does anyone know how I can get some alt text (hover text) to work with a button? I can get the alt text to work or the button, but not both. Thanks for any help you give me!

The script used on the cc button:

on (release) {
if (captions._visible == false) {
captions._visible = true;
} else {
captions._visible=false;
}
}