What's wrong

Hi All,

I can’t get this one to work properly

loadhere._alpha=10;

loadhere.onEnterFrame = function() {
if(loadhere._alpha < 100) {
loadhere._alpha += 10;
} else {
loadhere.onEnterFrame = null;
}
}

what it does is load mc into a contaner and then changes the alpha. I tried many different versions, but none seemed to work…

thanks, appreciated,

m.