+ 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
2 RĂ©ponses
+ 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
+ 1
Thank you so much! đđŻđŻ
This was exactly what I needed for it to work!
Again, thank you!