unlimited motion: simple _x property motion
onClipEvent
(
enterFrame
){
_x
=
_x
+ 10;
}