I have made a Flash 5 movie and put it in Director 8. Now my buttons do not work. I also have text variables set in the buttons these don't work either.

Here are the scripts in the buttons.

on (rollOver) {
College = "University";
}
on (rollOut) {
College = original;
}

Any help would be appreciated.
Thank you