Just create a global variable called "playerName". On the start screen, have an input box that requests the player type in their name name and you store that string in the global variable. Then in any action that requires the player's name you reference the global.
I don't have Construct on this computer so can't post a .cap.