103 Posts, registered 1 decade ago
Contact
Send an email to gxxaxx
Recent Posts
I am working on a set of games for Android. One of the things I notice about pl…
Could someone post a snippet of the Array fix from the git repo, or perhaps poi…
I've gotten serious about putting my games into mobile devices.
So far ev…
The Music entity implements a callback function rather nicely for 'ended…
When a level has a single music track AND the loop is set to false, it seems to…
The impactjs engine seems to be optimized to handle: creating maps using tiles …
In my windows installation I had to edit the bake.bat file.
I had to comment…
Here is a link to one of several discussions on how to handle this.
http://imp…
For me the big performance hit comes from the garbage collection. Game runs gre…
Hello Aridale
The newest version of impactjs has tiles in the collision tilese…
Q: Then the anims object can contain animations from a mixture of AnimationShe…
Below is the code for a penquin I'm using in one of my games.
This code is…
Don't see this behavior myself.
I've tested it in Win7 IE9 (64bit)
…
To make this work, I think you will need to use a conditional statement to dete…
Welcome to the community.
Hope you have a great experience learning.
Don'…
Hey Nic,
I'll leave the comments I originally made below. But, I wanted to…
When I have a camera view in a game, it seems like
ig.system.width is the wid…
If you want to determine whether the hud is causing slow-down, stub it out and …
Tried new version -- with error:
Error: invalid decrement operand
Source Fi…
This doesn't solve your problem, but...... in my experience the jitter is …
Was hoping someone had an existing solution to point to. Didn't want to re…
I have had great luck so far using subclassing for adding special behavior.
…
First, my answer is just a work in process. I have issues with it, but it works…
My bats are getting "caught" in the collision layer.
This never ha…
Thanks for the suggestion.
The sound is a streaming music file.
Loaded wi…
I am getting the following error with my current game:
Error: uncaught excep…
Mind saying what the change was that fixed it?
I find Safari is different th…
After playing with impactjs for awhile, I am impressed by its speed. So I decid…
Please forgive my ignorance about javascript.
Just wanted to verify somethin…