a43a escribió:
Hola , aqui tienes un codigo que hace lo mismo pero sin la barra, solo con mover el raton de arriba hacia abajo desplazas el contenido.
ScrM.setMask(MaskScr);
if (_root.ParaScr == 1) {
delete this.onEnterFrame;
RX = 0;
DF = 0;
DX = 0;
SZ = 0;
} else {
if (_root.ToFoGaler>_root.Gal1T) {
AsH = MaskScr._height;
AsW = MaskScr._width;
SZ = ScrM.FoDupli._height*2;
this.onMouseMove = function() {
//trace(this);
if (this._ymouse>0 && this._ymouse<AsH) {
if (this._xmouse>0 && this._xmouse<AsW) {
RX = this._ymouse/AsH;
DF = ScrM._height-AsH+SZ;
DX = Math.floor((0-RX)*DF)+SZ/2;
}
}
};
this.onEnterFrame = function() {
ScrM._y = Math.round(ScrM._y+(DX-ScrM._y)/2);
if (ScrM._y>0) {
ScrM._y = 0;
return;
}
if (ScrM._y<AsH-ScrM._height) {
ScrM._y = AsH-ScrM._height;
}
};
} else {
delete this.onEnterFrame;
}
}
stop();
Saludos
Hola no se si es demaciado tarde porque este post es muy viejo pero me podrias decir en donde poner cada codigo si hay que hacer un mc ... porfas necesito tu ayuda urgente... Gracias de antemano