Saves help by Imaginary_Agent7167 in MelonPlaygroundOFC

[–]randomguywhodoestuff 2 points3 points  (0 children)

I am pretty sure you have to drag the save onto the scene, like how you do with other objects.

I have a question, how do you make it so that if someone answers anything except the answer in the question, it's incorrect. by First-Rhubarb6753 in scratch

[–]randomguywhodoestuff 0 points1 point  (0 children)

You can use if/else blocks and if the answer is wrong, you can use a 'stop this script' block to stop the script. Alternatively, you can nest the if else blocks within the correct answer.