i try to learn from tutorial. my problem is can not crate name on layout2 .
what wrong of my game
this is my game
---------------------------------------------------------------------------------------------------------------------------------
Layout1 Event
-----------------------------------------------------------------------------------------------------------------------------------
Global text nameOfPlayer=""
Global text MyVar=""
--------------------------------
1 System On start of layout /action/ Textbox/Set text to MyVar
Text/Set text to MyVar
2 System Every tick /action/ Text Set text to Textbox.Text
3 Touch On tap gesture on bottom1 /action/ System Set nameOfPlayer to Text.Text
Text2 Set text to"Hello"&nameOfPlayer&"
4 Touch On tap gesture on bottom2 /action/ System Go to Layout2
--------------------------------------------------------------------------------------------------------------------------------------------------
Layout2 Event
-------------------------------------------------------------------------------------------------------------------------------------------------
Include :Layout1 Event
1 System On start of layout /action/ Text/Set text to " "&myvar&"&nameofplayer&"
---------------------------------------------------------------------------------------------------------------------------------------------------
thankyou anyone