onClipEvent (load) { vy=random(20)-10 vx=random(20)-10 _xscale=_yscale=50 } onClipEvent (enterFrame) { _x+=vx _y+=vy _xscale=_yscale+=0.3 }