[Flash8]Dynamic text tween does not animate when stop() in last KF

Hello all. First post!

I am fairly new to flash and was able to design a simple site for my church.

I decided that this was okay but I wanted to change it so text/staff etc. would update dynamically from a text file. Got this working and moved on to simple alpha tween animation. That is where my issue begins…

I have several dynamic buttons that fade onto the stage perfectly. When the user selects a button a variable is loaded which updates the adjacent dynamic text box (within a MC). However, if I try to tween this text box, it goes to full alpha if I place stop() in the last keyframe. If I remove stop() it will loop and display correctly.

There is probably a simple solution but this one has me stumped.

Thanks for any advice.