The collision for the collectables wont work

How do I…

walk into collectables and pick them up

What is the expected result

walking into collectables delete object and +1 to score

What is the actual result

walking into the collectable and the collectable doesn’t delete and the score doesn’t
go up

Related screenshots

Is NewSprite4 the collectable? Is it on the same layer as player_blacky?

If you add to a text field, you are adding characters to the end of it. To increment a score (say called score_varaible), you need to add a value to it, and then set the text value of the text object using ToString(score_variable).

Are you using automatic collision mask? Example:

If so, try testing using a custom mask.