1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | private int Score = 0 ; /** * Act: move up and down when cursor keys are pressed. */ public void act() { checkKeyPress(); if (isTouching(Bacteria. class )) { setScore(getScore() + 20 ) { } } } |

