46
Ask a Question / Re: Collision Detection not working
« on: January 29, 2018, 10:17:42 am »
It may be due to the group of the enemy projectile does not collide with player? If you go into settings for the project, and go under groups, you can set which groups collide with which. On the enemy projectile, go to properties, and choose a group make sure that is meant to collide with player group.
Then, of course, you need to make sure that when the player collides with one of those projectiles, that he reacts via a behavior similar to the behavior of the enemy reacting to the player projectiles. If you need further assistance, please let me know. I will take a look at your project after I take a shower.
EDIT: I cannot download your file and open it. Might be how it was exported, but it does not work for me. Double check all of the above and get back to me with some screenshots of your logic, groups, properties, etc.
Then, of course, you need to make sure that when the player collides with one of those projectiles, that he reacts via a behavior similar to the behavior of the enemy reacting to the player projectiles. If you need further assistance, please let me know. I will take a look at your project after I take a shower.
EDIT: I cannot download your file and open it. Might be how it was exported, but it does not work for me. Double check all of the above and get back to me with some screenshots of your logic, groups, properties, etc.