0
help me finish my game
so in my game you avoid lasers how do i tell if the rocket you pilot is touching a laser in html5?
3 Answers
+ 4
You would need to tell if the two objects collide:
https://developer.mozilla.org/en-US/docs/Games/Techniques/2D_collision_detection
+ 3
thanks your a life savor
0
Please use relevant words in question tags. 'anonymous classes' is not relevant with your question topic (game development). Perhaps 'HTML5 game-development'?