index_change¶
Description¶
This module can be used with all the Movement Tasks which has the property of curIndex , or counter . It will change the curIndex of specified movement task or the count of counter according to step every execution.
Parameters¶
- BasicNonMove
- step
The number that increase/decrease the current index or count.
For example: If the step is 0, it will not change the index/count of specified module, and the module will accumulate the execution times; While the step is -1, the index/count of specified module will minus 1 every execution; so on and so forth.
- Select counter or indexed move
Select the counter whose count need to be changed, or Movement Tasks whose index need to be changed.