Bug Distortcurves ?

 From:  Michael Gibson
7492.4 In reply to 7492.3 
Hi Pilou,

> I want use the cursor from 200 to 0 !

That's just not how sliders work in MoI - editing a custom value does not change the slider range. That's normal behavior and not a bug.

But if you want you can edit the .htm file and change the range values for the slider to make it permamently go between 0 and 200.

Open the file in a text editor and find the <moi:Slider> element in there, the ranges are set by the values min="" mid="" and max="".

If you set them to min="0.0" mid="100.0" max="200.0" then your slider will go between 0 and 200.

- Michael