- Code: Select all
onClipEvent(load){
this._alpha = 0;
}
onClipEvent(enterframe){
this._alpha += 10;
}
but it only works smoothly when i leave the alpha increase at 10, and it's too fast then... could someone tell me what i'm doing wrong or give me an easier way, b/c i feeling i'm making this much harder than it is.






