Se ho capito il tuo problema ..
tuomovie.onMouseDown = function() {
mc = sp_mappe.getScrollContent();
mc.gotoAndStop(mc._currentframe+1);
};
oppure
onClipEvent (mouseDown) {
mc = sp_mappe.getScrollContent();
mc.gotoAndStop(mc._currentframe+1);
}
Ciao,

Rispondi quotando