Ruler, number selector
Compatible: AS3, flash 8 or greaterThe Crifano slider selector component let's you set a range of numbers and the gap between them.
On request we can add:
- the ability to hide/disable some numbers
- arrows to move between the numbers.
Api
The component can be used without any scripting. The code hereunder is only for advanced users that need specific actions.
getValueSelected
myIstanceName.getValueSelected();
This method return a value indicating the selected number
setValueSelected
myIstanceName.setValueSelected();
This method set a value and moove the cursor on that value
on_Change
myIstanceName.addEventListener("on_Change",onChange);
this event is called when a new value is setted



