I'm a newbie in construct2. I developed a new game in facebook app using construct 2. Now I'm trying to post highscore on twitter using a twitter share button in the main menu of my game. When I put WebStorage.LocalValue("HighScore") in text properties it shows "Webstorage.LocalValue("HighScore")". I want to display the value that stored in Web.storage.LocalValue("HighScore"). How can I do this?