ecco lo script:
on (press) {
startDrag("drag", false, 407, 194, 477, 194);
}
on (release) {
stopDrag();
if (this._x>=420) {
nextFrame();
} else {
stop();
}
}
a me serve che mentre fa il drag se arriva a un valore _x cambia frame o esegue un comando...