If your text has an id name of text5 then you simply need to replace the code to suit.
Do the same with your button name too.
//From tutorial//
$w("#myTextElement")
//To your element id name//
$w("#text5")
If your text has an id name of text5 then you simply need to replace the code to suit.
Do the same with your button name too.
//From tutorial//
$w("#myTextElement")
//To your element id name//
$w("#text5")