Press SPACE to stop Scratchy's Random Movements! Click "See inside", and then click the orange "Remix" button! Your mission is to add code to the "Compute Score" block. To update the score, the Compute Score block should use the following rules: * If scratchy is only touching a red block, he should say "Ow fire!" and lose two points * If scratchy is only touching a green block, he should say "Big money!" and get two points * If scratchy is touching a green and red block, he should say "Red and Green, I'm safe!" * If the score drops below 0, it's game over! There are some hints in the comments inside the project!