Hello... I'm Victoria56291.
Whenever I do "Change score by 10" It changes to the number ten. But I want to add ten. Here is what I did:
When green flag clicked
Set score to one hundred
if touching Jellyfish
Change score by 10
Then.. After it touches the jellyfish, the score is 10, but not 110.
Offline
You did the set to block. Use the one LABELLED change, not the one labelled set.
Offline
I did use the change block.
I put the set first because if the player clicks the flag again, the score resets to 100.
Offline