#: locale=en ## Action ### URL LinkBehaviour_D81AB5BF_EEF3_906A_41E1_55A406D2D6A4.source = https://360creators.com LinkBehaviour_D81A55BF_EEF3_906A_41E1_DC964820221C.source = https://www.facebook.com/360CreatorsNL LinkBehaviour_D81A45BF_EEF3_906A_41DA_20F08FE01433.source = https://x.com/ronald_v8 ## Media ### Title panorama_D728B337_EEF2_907A_41EA_4EB5CB7B6F6F.label = eg_leer ## Skin ### Button Button_D81965BD_EEF3_906E_41E9_BBA3CF5EB5B5.label = 1st Button_D81955BD_EEF3_906E_41D5_7E33B2A9568E.label = 2nd Button_D81835BE_EEF3_906A_41EA_F885CEF4DBA0.label = 360Video 1 Button_D81825BE_EEF3_906A_41C3_8442089A186F.label = 360Video 2 Button_D81815BE_EEF3_906A_41E1_02633666FD92.label = 360Video 3 Button_D81925BD_EEF3_906E_41DD_0B3453F68088.label = Check Floor Button_D81975BD_EEF3_906E_41C2_20A502454350.label = GF Button_D81945BD_EEF3_9069_41E8_FC110A2776DD.label = Menu 2 Button_D819D5BE_EEF3_906A_41A3_8DEF93028662.label = Menu 3 Button_D81805BE_EEF3_906A_41E0_2F62A5EA123D.label = Menu 4 Button_D81AF5BE_EEF3_906A_41D5_B9A0A107D850.label = Photo 1 Button_D81AE5BE_EEF3_906A_41D0_007E3CD921CC.label = Photo 2 Button_D81AD5BE_EEF3_906A_41D1_5AABD40F8384.label = Photo 3 Button_D81AC5BE_EEF3_906A_41E0_0ACF44CFCBB2.label = Single Button 1 Button_D81935BE_EEF3_906A_41DB_95AD69AC0C57.label = Single Button 2 Button_D819A5BE_EEF3_906A_41E2_01CF9C811E7A.label = Video 1 Button_D81995BE_EEF3_906A_41D8_C611633EF7E0.label = Video 2 Button_D81985BE_EEF3_906A_4194_6E3AB5A9DD41.label = Video 3 Button_D0FE749F_EECE_B02A_41E4_DFCEA6F1230E.label = ZG ### Image Image_D81AE5BD_EEF3_906E_41E1_0B57276971BE.url = skin/Image_D81AE5BD_EEF3_906E_41E1_0B57276971BE_en.png ### Label Label_D81935BD_EEF3_906E_41BB_14DA5D9ADB97.text = Category 1 Label_D819F5BE_EEF3_906A_41E4_4C0C0D612239.text = Category 2 ### Multiline Text HTMLText_D81A75BF_EEF3_906A_41E8_7E20BE8E4488.html =
Left Panel Instructions


You can search elements using the Search...
Then double click on the element to see it within the hierarchie.


Remove elements
To remove elements, simply remove them with the x in the elements hierarchie.


Change show or hide on initialization
To show or hide things in a different order, you can change the tags 'ShowOnStart' and 'HideOnStart'


Change black groundground
Change black background color in 'leftPanel' > Edit Styles > Box background. Same with 'openMenuBg'.


Change logo
Change logo in 'logo' > blue folder icon


Change close or open icons
Change < or > icon background in 'closeMenuButton' or 'openMenuButton' > edit styles > box background. Same for orange background colors.


Change footer buttons
Change 'vrButton', 'fullscreenButton', 'soundButton' in the 'footer'. I usually get my icons from remixicon.com at 120px by 120px.


Add extra menu with submenu
To add an extra menu with submenu, duplicate 'menu-4', rename the duplicated to 'menu-5'. Do the same with submenu-4 to submenu-5. Renaming is important, as each component should have a unique name in order to work correctly with javascript actions. Javascript actions are needed to change the + icon into the - icon. If you don't care about that, you can remove the - icon on each 'menu-...' item in Edit Styles > Pressed and Pressed rollover.
If you do care, then change three actions on each `menu-...` component. First action is the javascript action. It needs an extra line.


For menu-1 it should look like this:
this.getComponentByName('menu-2').set('pressed', false);
this.getComponentByName('menu-3').set('pressed', false);
this.getComponentByName('menu-4').set('pressed', false);
this.getComponentByName('menu-5').set('pressed', false);


For menu-2 it should look like this:
this.getComponentByName('menu-1').set('pressed', false);
this.getComponentByName('menu-3').set('pressed', false);
this.getComponentByName('menu-4').set('pressed', false);
this.getComponentByName('menu-5').set('pressed', false);


Repeat the same logic for menu-3, menu-4 and menu-5.


Then change the second action which is Hide Components and make sure anything but the menu item itself is going to hide. Repeat this for all other menu-items as well, so 'menu-1', 'menu-2', 'menu-3', 'menu-4', 'menu-5'.


Lastly, change the show/hide action on menu-5 action so it shows or hides 'submenu-5' instead of 'submenu-4'
## Tour ### Description ### Title tour.name = New ICM Configurator