Hello! I am having a problem where "if touching" doesn't seem to be working at all. I have tried "if touching color" and "if touching sprite" and it completely fails to register. I have the if statement in a forever block. Is this something that other folks have had a problem with? Any suggestions? Thanks in advance.
Offline
Well, the color test can be thrown off if you are using the color effect - it varies the color so the test won't work. The color has to be an exact match. As for Touching...that won't work if one of the sprites is hidden.
The first thing to do is make sure that what you think is happening really is happening. So put a Play Sound block inside the IF to make sure you will get an alarm if the test is working. If you still can't figure out what is going on, share the project and let some of the helpful people on Scratch take a look at it.
Offline