Is there a way to detect that a sprite is touching another sprite in KABOOM JS
Voters
SixBeeps
Use collides()
for if you need to run some code for just one frame, or isCollided()
along with an update loop for if you need to run code on every frame.
How do i make my guy kill another person