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!

You've done this before, haven't you.

HOT PARTIES

You may want to crash these parties too

2
votes
26Nov12
1
votes
03Dec12
1
votes
25Nov12
1
votes