All Questions
Tagged with impactjs javascript
3 questions
0
votes
1
answer
50
views
Fixed vs Fixed Collision on ImpactJS
I'm trying to implement a collision on ImpactJS entities that both will be stopped when collided and being pushed.
This will be exactly similar to player to player collision on top down games such as ...
6
votes
3
answers
4k
views
ImpactJS and Construct 2 [closed]
I'm interested in HTML5 game development and I found about this 2 game engines, I already know ImpactJS requires more programming experience and that Construct 2 has its own event and action system ...
0
votes
2
answers
236
views
How can I get a property of an entity without having to call getEntityByType every time?
I'm trying to get an entity (a bullet, a grenade, and an explosive) from my player. Specifically, I want the shootingRate of my bullet (how frequently it can be ...