MC Alpha

I’m trying to get a movie clip that has an alpha of 0 in the first frame to go up to 80 when i tell it too.

frame 1:

myMC._alpha = 0;

frame 10:

myMC._alpha += 8;

But I dont want it to go to 100, I want it to stop at 80. How do I do that?