Can’t Detect When Player and Enemy touch | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can’t Detect When Player and Enemy touch

I’ve put a function to detect when two elements touch each other but it doesn’t work when I use the setInterval function because I can’t name the function itself but I need to put the function name so that it can know what piece of code to use to give me an output. https://code.sololearn.com/WLnr5wgm6sWe/?ref=app

2nd Oct 2022, 1:33 AM
Andy Duvaey
Andy Duvaey - avatar
2 Answers
+ 2
Your timer is not running the detection, I have form the detection function,and set the time to tun it instead. https://code.sololearn.com/WqAngZaGQoAr/?ref=app
2nd Oct 2022, 1:58 AM
Calviղ
Calviղ - avatar
+ 1
Thank you so much! 👍💯💯 This was exactly what I needed for it to work! Again, thank you!
2nd Oct 2022, 9:23 PM
Andy Duvaey
Andy Duvaey - avatar