I ´ m trying to make a shoot´em up but I don't know how to differentiate the player and the projectile while colliding.
When working with multiple Sprites, it helps to init different global lists for your components:
- players
- bullets
- NPCs
- scenery
Also check out the Any Sprite blocks section, the IS IN LIST test to check if you shot yourself in the foot.
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.