# Part 2: Configuring State Machine

This page explains the steps for building state transitions (state machines) between multiple scenes in CGI Studio.

It begins by recreating the Global State Machine for the scenes created in Part 1 and configuring state transitions for Main Menu, Navigation, Phone, Media Menu, and other scenes. Each state uses OnEntry/OnExit actions to control scene activation and deactivation, as well as the rendering of related text nodes. It also covers setting screen transitions using left and right key inputs (Key\_RightArrow/Key\_LeftArrow), configuring transitions using Fusion nodes, and defining transition conditions for each scene. Finally, transition behavior is verified using the Player.

### Creating a new State Machine

The solution created in Part 1 (created based on the Empty solution) includes a GlobalStateMachine by default. In this part, we will delete this existing Global State Machine and create a new State Machine to deepen our understanding of custom settings.

#### Deleting the existing Global State Machine

1. Select the GlobalStateMachine in the \[ State Machines \] folder in the Solution Explorer, and then select \[ Delete \] from the context menu.
- The \[ Delete Items \] dialog will appear.

3. Click the \[ OK \] button in the dialog to delete the item.

#### Creating a new State Machine

1. Select \[ State Machines &gt; New State Machine \] from the menu bar.
- The \[ New State Machine \] dialog will appear.  
    <div drawio-diagram="8097"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280430.png" alt=""/></div>

3. Click \[ Browse \] at the top of the dialog.
- The \[ Select Location \] dialog will appear.

5. Select StateMachines and click \[ OK \].
- The location “/State Machines” is selected as the save location for the new State Machine.

7. Set \[ Name \] in the dialog to "Main\_StateMachine" and click the \[ OK \] button.
- The Main\_StateMachine is newly created in the \[ State Machines \] folder in the Solution Explorer.  
    <div drawio-diagram="8098"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280486.png" alt=""/></div>


#### Setting the Global State Machine  


1. Select the Main\_StateMachine in the \[ State Machines \] folder in the Solution Explorer.
- The Main\_StateMachine properties will be displayed in the Properties panel.

3. Enable the \[ Is Global \] checkbox in the \[ General \] category of the properties.
- The Main\_StateMachine will be set as a Global State Machine.  
    <div drawio-diagram="8099"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280545.png" alt=""/></div>


<p class="callout info">For details on the functions of the Global State Machine, please refer to <span style="color: rgb(230, 126, 35);">[this page](https://doc316en.candera.eu/link/203#bkmrk-globalstatemachine-%E3%81%AE)</span>.</p>

### Basic Structure

Using the Main\_StateMachine we created earlier, we will add a State to configure the initial state of the Main Menu scene, and then set the appropriate rendering settings. In addition, when the Main Menu State is entered, the Main Menu scene will be activated, and the Clear and Swap scenes will also be activated so that they are rendered correctly.

#### Initial State and State Addition for Main Menu

1. Double-click on the Main\_StateMachine in the \[ State Machines \] folder in the Solution Explorer.
- The **State Machine Editor** panel will be displayed.
- There is already an Initial State and one State.

3. Select the State on the State Machine Editor.
- The properties of the selected State will be displayed in the Properties Panel.

5. Change the \[ Name \] in the \[ General \] category of the Properties Panel to MainMenu.
- The State name on the State Machine Editor will change to MainMenu.  
    <div drawio-diagram="8100"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280601.png" alt=""/></div>


#### Adding an OnEntry Action  


1. With the MainMenu State selected, click \[ Fusion \] at the bottom left of the State Machine Editor panel.
- The Fusion panel for the MainMenu State will be displayed.  
    <div drawio-diagram="8101"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280622.png" alt=""/></div>

3. Drag the \[ On Entry Actions \] connector on the right of the MainMenu Fusion node and move the mouse.  
    <div drawio-diagram="8102"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280643.png" alt=""/></div>
4. A link will appear as you move the mouse, so release the left mouse button at the any location.
- The \[ Select Behavior \] dialog will be displayed.
- The selectable behaviors will be displayed by category.

6. Select “Action &gt; Transition &gt; Transition Request” from the list and connect it to the top node.
- You can also narrow down the list of behaviors in the dialog by entering “Transition Request” in the search field at the top of the dialog.
- Transition Request is connected to MainMenu.
- The default Activate is selected for the \[RequestType\] of Transition Request.  
    <div drawio-diagram="8103"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280666.png" alt=""/></div>

8. Press the select item button to the right of the \[ Identifier \] of the Transition Request.
- The \[ Choose Item \] dialog box will appear.  
    <div drawio-diagram="8104"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280681.png" alt=""/></div>

10. Select \[ Scenes &gt; Main Menu \] from the left window.
- The Main Menu you selected will be registered in the \[ Identifier \] of the Transition Request.  
    <div drawio-diagram="8105"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280701.png" alt=""/></div>

12. Select the Transition Request Fusion node you set up, and execute \[ Close \] from the context menu.
13. On the \[ Clone Item \] dialog, select the \[ Multiple Clone \] tab, specify 2 for \[ Number of Copies \] and click the \[ OK \] button.
- The duplicated Fusion nodes overlap, so move them using the mouse.
- The Fusion nodes named Transition Request\_1 and Transition Request\_2 are connected to the MainMenu Fusion node.
- The \[ RequestType \] of each Fusion node is set to the default Activate.

15. For the \[ Identifier \] of the added Transition Request Fusion nodes, select the **Swap** and **Clear** scenes respectively.  
    <div drawio-diagram="8106"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280721.png" alt=""/></div>

This completes the settings for the OnEntry action for the MainMenu State. When you transition to the MainMenu State, the Clear and Swap scenes will be activated in addition to the Main Menu scene, so things like clearing the render will be executed at the same time.

### Main Menu State Structure

#### Adding a State  


1. Double-click on Main\_StateMachine in the \[ State Machines \] folder in the Solution Explorer.
- The State Machine Editor will appear.

3. After selecting the MainMenu State, drag the resizing handles displayed in the four corners of the state with the mouse to expand the size of the MainMenu State.
4. Place one Initial State and three States in the MainMenu State from the toolbar at the top right of the State Machine Editor.
5. Change the names of the three added States to Navigation, Phone and Media respectively.
- For instructions on how to change State names, please refer to [here](#bkmrk-initial-state-and-st).  
    <div drawio-diagram="8107"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280742.png" alt=""/></div>


#### OnEntry/OnExit settings

When transitioning to each State (entering and exiting States), it is necessary to activate and deactivate the corresponding scenes. In addition, when each scene is activated or deactivated, it is necessary to set the Main Menu scene text to be displayed or hidden in conjunction with this.

##### Scene display settings  


1. With the Navigation State selected, click \[ Fusion \] in the lower left of the State Machine Editor panel.
- The Fusion panel for the Navigation State will be displayed.

3. Drag the \[ On Entry Actions \] connector on the right of the Navigation Fusion node and move the mouse.
4. A link will appear as you move the mouse, so release the left mouse button at the any location.
- The \[ Select Behavior \] dialog will be displayed.
- The selectable behaviors will be displayed by category.

6. Select “Action &gt; Transition &gt; Transition Request” from the list and connect it to the top node.
- You can also narrow down the list of behaviors in the dialog by entering “Transition Request” in the search field at the top of the dialog.
- The Transition Request is connected to \[Navigation &gt; On Exit Actions\].

8. Repeat the same process for the \[On Exit Actions\] of the Navigation Fusion node to connect the Transition Request Fusion node.
9. Make the following settings for the two Transition Requests that you have connected.  
    <div drawio-diagram="8108"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280768.png" alt=""/></div>
    
      
    <table border="1" style="border-collapse: collapse; width: 51.6753%; height: 118.4px;"><colgroup><col style="width: 34.7326%;"></col><col style="width: 28.974%;"></col><col style="width: 36.4932%;"></col></colgroup><tbody><tr style="height: 29.6px;"><td rowspan="2" style="height: 59.2px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Entry Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">RequestType</td><td style="height: 29.6px;">Activate</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Identifier</td><td style="height: 29.6px;">Navigation</td></tr><tr style="height: 29.6px;"><td rowspan="2" style="height: 59.2px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Exit Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">RequestType</td><td style="height: 29.6px;">Deactivate</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Identifier</td><td style="height: 29.6px;">Navigation</td></tr></tbody></table>
10. Repeat the same procedure to make similar settings for Phone and Media State.  
    <table border="1" style="border-collapse: collapse; width: 51.6753%; height: 118.4px;"><colgroup><col style="width: 34.7326%;"></col><col style="width: 28.9855%;"></col><col style="width: 36.4818%;"></col></colgroup><tbody><tr><td class="align-center" colspan="3" style="background-color: rgb(0, 0, 0);">**<span style="color: #ffffff;">Phone State</span>**</td></tr><tr style="height: 29.6px;"><td rowspan="2" style="height: 59.2px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Entry Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">RequestType</td><td style="height: 29.6px;">Activate</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Identifier</td><td style="height: 29.6px;">Phone</td></tr><tr style="height: 29.6px;"><td rowspan="2" style="height: 59.2px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Exit Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">RequestType</td><td style="height: 29.6px;">Deactivate</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Identifier</td><td style="height: 29.6px;">Phone</td></tr><tr><td class="align-center" colspan="3" style="background-color: rgb(0, 0, 0);">**<span style="color: #ffffff;">Media State</span>**</td></tr><tr><td rowspan="2" style="height: 59.2px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Entry Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">RequestType</td><td style="height: 29.6px;">Activate</td></tr><tr><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Identifier</td><td style="height: 29.6px;">Media Menu</td></tr><tr><td rowspan="2" style="height: 59.2px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Exit Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">RequestType</td><td style="height: 29.6px;">Deactivate</td></tr><tr><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Identifier</td><td style="height: 29.6px;">Media Menu</td></tr></tbody></table>

##### Text Display Settings

1. With the Navigation State selected, click \[ Fusion \] at the bottom left of the State Machine Editor panel.
- The Fusion panel for the Navigation State will be displayed.

3. Drag the \[ On Entry Actions \] connector on the right of the Navigation Fusion node and move the mouse.
4. A link will appear as you move the mouse, so release the left mouse button at the any location.
- The 'Select Behavior' dialog will appear.
- The available behaviors will be displayed in categories.

6. Select "Action &gt; Property &gt; Enable Rendering" from the list and connect it to the top node.
- You can also narrow down the list of behaviors in the dialog by entering "Enable Rendering" in the search field at the top of the dialog.
- Enable Rendering is connected to \[Navigation &gt; On Exit Actions\].

8. Repeat the same process for the \[On Exit Actions\] of the Navigation Fusion node to connect the Enable Rendering Fusion node.
9. Make the following settings for the two Enable Renderings that have been connected.  
    <div drawio-diagram="8109"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280800.png" alt=""/></div>
    
      
    <table border="1" style="border-collapse: collapse; width: 83.3763%; height: 118.4px;"><colgroup><col style="width: 21.2009%;"></col><col style="width: 17.3667%;"></col><col style="width: 61.2467%;"></col></colgroup><tbody><tr style="height: 29.6px;"><td rowspan="2" style="height: 29.6px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Entry Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">TargetNode</td><td style="height: 29.6px;">Scenes&gt;Main Menu&gt;OverlayLayout&gt;Navi Title</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Visible</td><td style="height: 29.6px;">Enable (check box selected)</td></tr><tr style="height: 29.6px;"><td rowspan="2" style="height: 29.6px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Exit Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">TargetNode</td><td style="height: 29.6px;">Scenes&gt;Main Menu&gt;OverlayLayout&gt;Navi Title</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Visible</td><td style="height: 29.6px;">Disable (uncheck)</td></tr></tbody></table>
10. Follow the same procedure to make similar settings for Phone State and Media State.   
    <table border="1" style="border-collapse: collapse; width: 83.3763%; height: 118.4px;"><colgroup><col style="width: 21.2009%;"></col><col style="width: 17.3321%;"></col><col style="width: 61.4361%;"></col></colgroup><tbody><tr><td class="align-center" colspan="3" style="background-color: rgb(0, 0, 0);"><span style="color: rgb(255, 255, 255);">**<span style="color: #ffffff;">Phone State</span>**</span></td></tr><tr style="height: 29.6px;"><td rowspan="2" style="height: 29.6px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Entry Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">TargetNode</td><td style="height: 29.6px;">Scenes&gt;Main Menu&gt;OverlayLayout&gt;Phone Title</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Visible</td><td style="height: 29.6px;">Enable</td></tr><tr style="height: 29.6px;"><td rowspan="2" style="height: 29.6px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Exit Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">TargetNode</td><td style="height: 29.6px;">Scenes&gt;Main Menu&gt;OverlayLayout&gt;Phone Title</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Visible</td><td style="height: 29.6px;">Disable</td></tr><tr><td class="align-center" colspan="3" style="background-color: rgb(0, 0, 0);"><span style="color: rgb(255, 255, 255);">**<span style="color: #ffffff;">Media State</span>**</span></td></tr><tr><td rowspan="2" style="height: 29.6px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Entry Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">TargetNode</td><td style="height: 29.6px;">Scenes&gt;Main Menu&gt;OverlayLayout&gt;Media Title</td></tr><tr><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Visible</td><td style="height: 29.6px;">Enable</td></tr><tr><td rowspan="2" style="height: 29.6px; background-color: rgb(35, 111, 161);"><span style="color: rgb(255, 255, 255);">On Exit Actions</span></td><td style="height: 29.6px; background-color: rgb(194, 224, 244);">TargetNode</td><td style="height: 29.6px;">Scenes&gt;Main Menu&gt;OverlayLayout&gt;Media Title</td></tr><tr><td style="height: 29.6px; background-color: rgb(194, 224, 244);">Visible</td><td style="height: 29.6px;">Disable</td></tr></tbody></table>

#### Adding a Transition

We will now create a transition between the states we have created so far.

##### Setting the Initial State

We will set the transition from the Initial State to the Navigation State, which is the initial state.

1. Double-click on Main\_StateMachine in the \[ State Machines \] folder in the Solution Explorer.
- The State Machine Editor will appear.

3. Drag and drop \[ Transition \] from the toolbar at the top of the panel to the Initial State in the MaiMenu State.
- The Transition will be connected to the Initial State, and it will be ready to be placed.

5. While the Transition is ready to be placed, click on the Navigation State.
- The Initial State and Navigation State will be connected by the Transition.
- The direction of the Transition connection is from the Initial State to the Navigation State.  
    <div drawio-diagram="8110"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280823.png" alt=""/></div>


With this setting, the transition to the Navigation State has been configured as the initial state of the MainMenu State.

##### Transition settings between each State

Next, we will set up the transitions between each State (Navigation, Phone, Media).

1. From the toolbar at the top right of the State Machine Editor, drag the Transition and drop it onto the Navigation State (the starting side of the transition).   
    
    - The Transition (arrow) will appear on the State Machine Editor and be ready to be dragged.
2. Extend the Transition (arrow) to the Media State (end of transition) and click.  
    
    - The two states, Navigation and Media, will be connected by an arrow.
3. With the added Transition selected, click \[ Fusion... \] at the bottom left of the State Machine Editor panel.   
    
    - The Fusion panel will open, and the Fusion diagram for the Transition will be displayed.
    - The Check Click Fusion node is connected to the connector (Condition) at the top right of the Transition Fusion node.
4. Select the Check Click Fusion node that is connected by default, and press the Delete key. 
    - The Check Click Fusion node will be deleted.
5. Drag the connector (Condition) at the upper right of the Transition Fusion node, move the mouse, and release the left mouse button at the any location. 
    - The \[Select Behavior\] dialog will open.
6. Enter “Check Key Input” in the search field at the top of the dialog.   
    
    - The list of behaviors in the dialog will be narrowed down, and Condition &gt; Input &gt; Check Key Input will be displayed.
7. Double-click Check Key Input. 
    - The Check Key Input Fusion node will be linked to the Condition connector of the Transition Fusion node.
8. Drag the connector (Actions) at the bottom right of the Transition Fusion node, move the mouse, and release the left mouse button at the any location. 
    - The \[Select Behavior\] dialog will open.
9. Enter “Transition Request” in the search field at the top of the dialog.   
    
    - The list of behaviors in the dialog will be narrowed down, and Action &gt; Transition &gt; Transition Request will be displayed.
10. Double-click Transition Request. 
    - The Transition Request Fusion node will be linked to the Actions connector of the Transition Fusion node.
11. Make the following settings for the Transition Request Fusion node.  
    <div drawio-diagram="8111"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280855.png" alt=""/></div>
    
       
    
    - Clicking the upward-pointing arrow icon in the upper right of the Fusion panel will switch the display to the State.  
        <table border="1" class="align-left" id="bkmrk-items-setting-value--0" style="border-collapse: collapse; width: 393px; height: 89.3907px; border-width: 1px;"><colgroup><col style="width: 197px;"></col><col style="width: 197px;"></col></colgroup><tbody><tr><td class="align-center" colspan="2" style="border-width: 1px; background-color: rgb(0, 0, 0);"><span style="color: rgb(255, 255, 255);">**<span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Check Key Input</span></span>**</span></td></tr><tr><td style="border-width: 1px; background-color: rgb(35, 111, 161);"><span style="vertical-align: inherit; color: rgb(255, 255, 255);"><span style="vertical-align: inherit;">KeyCode</span></span></td><td style="border-width: 1px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Key\_RightArrow</span></span></td></tr><tr><td class="align-center" colspan="2" style="border-width: 1px; background-color: rgb(0, 0, 0);"><span style="color: rgb(255, 255, 255);">**<span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Transition Request</span></span>**</span></td></tr><tr style="height: 29.7969px;"><td style="border-width: 1px; height: 29.7969px; background-color: rgb(35, 111, 161);"><span style="vertical-align: inherit; color: rgb(255, 255, 255);"><span style="vertical-align: inherit;">RequestType</span></span></td><td style="border-width: 1px; height: 29.7969px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Activate</span></span></td></tr><tr style="height: 29.7969px;"><td style="border-width: 1px; height: 29.7969px; background-color: rgb(35, 111, 161);"><span style="vertical-align: inherit; color: rgb(255, 255, 255);"><span style="vertical-align: inherit;">Identifier</span></span></td><td style="border-width: 1px; height: 29.7969px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Scenes＞Media Menu</span></span></td></tr></tbody></table>
12. Repeat the above steps 1 to 11 to set the following five transitions. 
    - The RequestType for all of these is Activate (default).  
        <table border="1" class="align-left" style="border-collapse: collapse; width: 610px; border-width: 1px;"><colgroup><col style="width: 168px;"></col><col style="width: 215px;"></col><col style="width: 226px;"></col></colgroup><tbody><tr><td style="border-width: 1px; background-color: rgb(35, 111, 161);">**<span style="color: rgb(255, 255, 255);">Transition</span>**
        
        </td><td style="border-width: 1px; background-color: rgb(35, 111, 161);">**<span style="vertical-align: inherit; color: rgb(255, 255, 255);"><span style="vertical-align: inherit;"><span style="vertical-align: inherit; color: rgb(255, 255, 255);"><span style="vertical-align: inherit;">Check Key Input＞KeyCode</span></span></span></span>**</td><td style="border-width: 1px; background-color: rgb(35, 111, 161);">**<span style="vertical-align: inherit; color: rgb(255, 255, 255);"><span style="vertical-align: inherit;"><span style="vertical-align: inherit; color: rgb(255, 255, 255);"><span style="vertical-align: inherit;">Transition Request&gt;Identifier</span></span></span></span>**</td></tr><tr><td class="align-left" style="border-width: 1px;">Media to Phone</td><td rowspan="2" style="border-width: 1px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">  
        </span></span><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Key\_RightArrow</span></span></td><td class="align-left" style="border-width: 1px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Scenes＞Phone</span></span></td></tr><tr><td class="align-left" style="border-width: 1px;">Phone to Navigation</td><td class="align-left" style="border-width: 1px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Scenes＞Navigation</span></span></td></tr><tr><td class="align-left" style="border-width: 1px;">Navigation to Phone</td><td rowspan="3" style="border-width: 1px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">  
        </span></span>
        
        <span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Key\_LeftArrow  
        </span></span><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">  
        </span></span></td><td class="align-left" style="border-width: 1px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Scenes＞Phone</span></span>
        
        </td></tr><tr><td class="align-left" style="border-width: 1px;">Phone to Media</td><td class="align-left" style="border-width: 1px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Scenes＞Media Menu</span></span></td></tr><tr><td class="align-left" style="border-width: 1px;">Media to Navigation</td><td class="align-left" style="border-width: 1px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">Scenes＞Navigation</span></span></td></tr></tbody></table>
13. When all settings are complete, the screen will look like the one below.  
    <div drawio-diagram="8112"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280883.png" alt=""/></div>

With the above settings, the scene that is displayed when a transition occurs from each scene has been set.

### Checking the transition state

Use the Player to check the transition between the states set in the previous section.

#### Starting the Player   


To start the Player, click the \[ Play selected scenario \] icon in the toolbar.

<div drawio-diagram="8113"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-03/drawing-4-1742280923.png" alt=""/></div>

If you have not saved the solution before performing this operation, a dialog box will appear prompting you to save the solution. In this case, click the \[ OK \] button in the dialog box. The asset file will be automatically generated and opened in the CGI Player.

#### Checking the screen transition

Use the Player to check the screen transition.

1. Click the \[ Play selected scenario \] icon on the toolbar to start the Player.
- Three windows will open, and you can see that the simulation display, one of the windows, displays the “Navi Title” and “Navigation” text, and that the initial transition has occurred to the Main Menu and Navigation scenes.

3. By pressing the left and right arrow keys on the keyboard, you can switch the text on the screen and see that you have transitioned to the specified scene.
4. Close the CGI Panel and exit the Player.
- All three windows that were open will close.