To use this component you need to:
1. Drag the TabSwitcher block to a screen and assign to the input "TabIndex" an integer variable that will contain the current active tab position(from 0 to x).
2. Inside the TabSwitcher block add a Tabs block.
3. On the action that will change the tab, just change the Active Tab variable to the position of the tab that you want to set as active.