I have tried to keep score within my basketball game, but for some reason it is simply not working. I tried to make my game to where when the basketball collides with an invisible object in the hoop, the score is supposed to add.
In my event sheet, it says:
" basketball / on collision with Sprite 16| add 1 to Score
basketball destroy"
I already have the global variable set to "Global number SCORE = 0".
Please help. Thanks!