HELP i want to make like when my projectile overlaps enemy projectile it destroys my projectile and my enemy projectile, but it do not works, can some one help me pls
1 Like
Instead of using the global “projectile1” variable, you want to use the local sprite variable in the event. You can drag it out from the event block like this:
2 Likes
thanks! this help me a lot.