Questions tagged [impactjs]
Impact is a commercial JavaScript Game Engine that allows you to develop HTML5 Games for desktop and mobile browsers.
5 questions
0
votes
1
answer
74
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 ...
0
votes
1
answer
59
views
Load game data via ajax [closed]
what are The Best practies To load game data that are Stored in a mysql database?
I'm using ajax request. But The async Call is a problem because i can't sync The game level with The data load. And ...
1
vote
0
answers
55
views
Is it possible to tilt the canvas and have entities react to it
I will try and explain this as simple as I can, let me know if you need more details and I'll edit the text.
Imagine a simple gravity-enabled 2D-game with a ball inside a room where the objective is ...
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
261
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 ...