YOU SAID:
var score = 0; onEvent("tree", "click", function( ) { score = score + 1; console.log("score"); }); onEvent("tree", "click", function( ) { setProperty("userScoreLbl", "text", score + 1); });
INTO JAPANESE
vARスコア= 0; onEvent (" tree ", "click ", function (){ スコア=スコア+ 1; console.log ("スコア"); }); onEvent (" tree ", "click ", function (){ setProperty (" userScoreLbl "," text ",スコア+ 1 );});
BACK INTO ENGLISH
var score = 0; onEvent ("tree", "click", function () { Score = Score + 1; console.log ("score"); } ); onEvent ("tree", "click", function () {setProperty ("userScoreLbl", "text", score + 1 );});
INTO JAPANESE
vARスコア= 0; onEvent (" tree ", "click ", function (){ スコア=スコア+ 1; console.log ("スコア"); }); onEvent (" tree "," click ", function () {setProperty (" userScoreLbl ", "text ",スコア+ 1 );});
BACK INTO ENGLISH
var score = 0; onEvent ("tree", "click", function () { Score = Score + 1; console.log ("score"); } ); onEvent ("tree", "click", function () {setProperty ("userScoreLbl", "text", score + 1 );});
You've done this before, haven't you.