semplicemente,


onClipEvent (enterFrame) {
if (dx==null and dy==null) {
dx = 1;
dy = 1;
vel = 8;
}
setProperty (this, _x, this._x+vel*dx);
setProperty (this, _y, this._y+vel*dy);
}



tu come faresti? hai mai provato a fare nulla del genere?