Help on Finishing off this Loop Script

[FONT=“Times New Roman”][COLOR=“DarkSlateBlue”]Hello:

Simple script to do a simple alpha loop. I just can’t figure out the rest for the life of me… :-/

onClipEvent(enterFrame) {
this._alpha -= 10;
}

This makes the alpha fade upon entering the frame. But how do I complete it to make it continuously loop?[/COLOR][/FONT]

[FONT=“Times New Roman”][COLOR=“DarkSlateBlue”]Ooops k, sorry. Got it. For reference: I just made the tween inside the MC so that way I can control the timing of the alpha fade. And then just threw that code into the MC instance and set it to play on entering frame.[/COLOR][/FONT]