index_change¶
Description¶
This Task can be used with all the Basic Move which has the property of curIndex , or counter . It will change the curIndex of specified move-type 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 Task, and the Task will accumulate the execution times; While the step is -1, the index/count of specified Task 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 Basic Move whose index need to be changed.