Continuous moving line animation

http://www.la-sight.com/LS_how_near.asp

Can some one tell me how to do this animation ( the continuous moving line animation)

I have gone through the Tutorials at Kirupa for Continous movement it it didnot help me out

Thanks

what method do you like? is it motion tween or a dynamic one which is scripting?

the link seems to use a looping motion tween…

If it is motion tweening it would be better, if nother option pls tell me how to do it using Actionscripting

Thanks

onEnterFrame = function() {
if(_parent._x<300) {
_parent._x = _parent._x+1;
}
if(_parent._y>100{
_parent._x=_parent._y=_parent._y+.5;
}
}

Hi,

I used the action script but it is scrilling the whole movie and it isn’t scrolling continously

Pls any alternative way???

THanks