Translated Labs

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 );});

Equilibrium found!

Come on, you can do better than that.

HOT PARTIES

You may want to crash these parties too

1
votes