$score=0; new Score; while(true){ if(getkey("mouseleft")==1){ $Score+=10; } update(); }
x=200; y=200; while(true) { text="Score:"+$score; update(); }