Nevermind...figured it out. Select _alpha from the Properties section and fill in the following parameters as needed.
Here's the code:
on (rollOver) {
INSTANCENAME._alpha = 100;
}
on (press, release, releaseOutside, rollOut) {
INSTANCENAME._alpha = 0;
}