Dragger Jump Prblem Plz plz help

Dear Friends & Mods,

I’have made dragger according to the dragger tutorial here.

Now my problem is i’ve to make it jump from o to 25 , 25 to 50 and so on. it should not stop in between.

I am here attaching fla and swf files.

Please guide me on this…

Many thx in advance

That’s easy :).

this.onEnterFrame = function()
{
	ratio.text = Math.floor(mySlider.ratio/25)*25;
};

Enjoy!