Iโm trying to create a code where if the square (you) hits another object it will make the number score go up. i type "if (this.hits(that)) {
}
project.score += 1;
score.setText (โscore:โ + project.score);{
}
(idk if the last code works) but I donโt know how to make this=you and that=object