Code Mix Visual Programming StateGo

LOOP and GOSUB

Describes the state processing iterations (LOOP) and subroutine calls (GOSUB) provided by SteteGo.

 

LOOP

 

There is a LOOP feature that allows you to repeat a state.

 

The LOOP is created by selecting LOOP in the state creation process.
LOOP has a Gosub inside and calls a subroutine.

 

LOOP has initialization, condition and reinitialization options.

 

Iterations that are not so repetitive as to use states can be built in programmatically within the normal state.
Make sure you check the need to create a loop before using it.


 

LOOP samples have been added to the copy collection in the Start Kit. You can drag and drop the samples from the copy collection into the edit panel.
See also: Copy Collection

 

 

GOSUB

 

GOSUB is a GOSUB of although there is to call the same state over and over again.
A subroutine has its own start and end state.


 

GOSUB samples have been added to the copy collection in the Start Kit. You can drag and drop the samples from the copy collection into the edit panel.
See also: Copy Collection


GO TOP