Hi peeps
I have a animation of some text moving across the screen using actionscript.
Now when it gets to a certain spot it stops but the only thing it stops to sudden, I would like it to ease in (slow down) into the point where its supposed to stop.
can anyone help me?? Here is the code that I am using:
onClipEvent(enterFrame) {
if (this._x<600) {
this._x +=10;
}
}
the .fla is attached
Cheers :te: