http://www.cristalab.com/foros/viewtopic.php?t=44339&highlight=
ya lo hize tengo el siguiente codigo
Código :
var posy:Number=5;
izquierda=dragger._x;
superior=0;
derecha=dragger._y;
inferior=mascara._height-dragger._height;
dragger.onPress=function(){
startDrag(this, false, izquierda, superior, derecha, inferior)
}
dragger.onRelease=dragger.onReleaseOutside=function(){
stopDrag();
}
txt.setMask(mascara);
txt.onEnterFrame=function(){
scrolled=(this._height - (mascara._height/1.3))/(mascara._height-dragger._height);
posy=-dragger._y*scrolled;
this._y-=(this._y-posy)/6;
}
pero no hace nada, tengo el flash 8 y no me descarga el .fla que esta en el archivo, alguien me puede ayudar?
