Codice PHP:
_global.SwfPreti="flash/velo.swf";
loadMovie(_global.SwfPreti,_parent.scroller.theText);
targY=0;
dragger._x=theMask._width;
dragger.onPress=function(){
startDrag(this,false,this._x,0,this._x,theMask._height-this._height);
}
dragger.onRelease=dragger.onReleaseOutside=function(){
stopDrag();
}
theText.setMask(theMask);
theText.onEnterFrame=function(){
scrollAmount=(this._height-(theMask._height/1.3))/(theMask._height-dragger._height);
targY=-dragger._y*scrollAmount;
this._y-=(this._y-targY)/5;
}
ho risolto con un artificio. anzichè inserire il clip che carico direttamente nel clip che scroll, lo carico in un clip interno al clip che scrollo e l'ho fregato