CollidingWith cannot accept the arguments:

I'm trying to make a game in which food falls from the top of the screen and you have to catch it with a sprite that you can move left and right. After the food reach the bottom of the screen, it will start falling again from top. However, I received this error and the sprites are unable to restart from top again.

This is my block:

I use an image sprite and put it at the bottom to make the bottom edge.

Can anyone please help me :")

CollidingWith does not accept lists.

Give it the current Item of your For each loop, not the entire list.

Oh my god you're right! I missed that! Thank you so muchh

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.