Flashlevel scroller

I downloaded the Flashlevel xml based scroller and I really want to be able to change the size of it and the way it runs…but i don’t know what the different parameters in the script mean…

Can anyone explain to me what these parameters mean?

slideGalleryMenu = function(){
diffspacing = 10;
diff = this._parent._ymouse - (this._y+diffspacing);
scale = diff100/(this.gallerymask._height-5diffspacing); // once to compensate, another to add
scale = Math.max(0,Math.min(100,scale)); // confine within 0->100
target = -scale*(this.gallerycontainer._height-this.gallerymask._height)/100;
this.gallerycontainer.easeY(target);
}

  • hope somebody can help me with this…

Cheers,
jonas