Quistion on numericstepper

could you explain to me please if the numeric step can choose frames that I want to play

or if it can choose to play a movie clips arranged sequentially instead

from the chosen number to the other and then replay from the chosen again

here is the open file to explain what I want to do
[COLOR=DarkRed]here[/COLOR]

could that tool do this?

please explain to me because I am beginner in action script

I tried to do that but I couldn’t

[color=#BF0000]how could I assign a code to tell flash to go again to the fromstepper value when it is done from the last value of the tostepper[/color]

I found it very difficult to me

I wrote this action in the last frame of every symbol and don’t know where is the fault
Code:

    if (_root.rb1.selected == true) {
        if (_root.tostepper.value =_parent._currentframe) {
            _parent.gotoAndStop(_root.fromStepper.value);
            }
        else
    {
            _parent.nextFrame();
            
        }

there is an action in the last frame of every symbol that plays >> 1 - 2- 3>>etc
the movie depends on a keep playing function

thank you