Hi there. OK. HELP!!! I know I’m an AS idiot, but this is still a stumper and It MUST WORK somehow:
Have a movieclip which has the following code attached to it:
onClipEvent(load){
this._alpha = 0
fadespeed = 10;
}
onClipEvent(enterFrame){
_alpha += fadespeed;
}
Looks glorious and fades up just as expected, then, exactly 52 seconds later, it DISAPPEARS FROM THE SWF!!! It goes away completely. This just won’t do. I need it to stay there, fully faded, for all eternity. I have put stop actions everywhere and seen what must be EVERY error message the actions panel has to offer. What am I doing wrong? Please please help me.
Thanks so much in advance.
-Beanpie