For my intro to programming class we have to create a counter to keep track of the score. I would like it to add 1 to the scoreboard if a bullet hits and asteroid. Ive tried (add(1)) just to see what it does, and it adds continously.
Can anybody help??