whatever i type in the text field, and press save, then the same should appear on the label [in web player]…
whenever u reload the last saved result should appear on the label as well as in the text field
but image u compile it and then u change text in ur textfield and press save, then u again reload the webplayer…i dont think the label will change…isnt it ???
as saurabh mentioned, when i am in webplayer, i write something on the text script and press the save button, then i want the label to read that data… whosoever opens the webplayer link he should see the label with latest text in text field…
So what you want is that after you play the level and change the text in the text field, for the change to stay even after you stop playing and replay the level. You can’t dynamically change what’s written inside a script once it’s been compiled. To do something like what you want, you would need to be accessing the text from an external file and saving the text back onto that file sometime afterwards.