33 Posts, registered 1 decade ago
Contact
Send an email to igr
Recent Posts
Hi blast, that was an extra comprehensive answer! Thanx a lot!
Hi gxxaxx! Ja, exactly, menu marching on the screen is kind of cool, but there …
Hi dear good people. I have a simple question, but due to the lack of JS experi…
Dominic, thank you for the tip with prerendering. But I still do not understand…
Well, the power of 2 does not seem to help. The same error. As I mentioned it i…
Hi I have DOM error in Chrome 15.0.874.106.
##
Uncaught Error: INDEX_SIZE_ER…
Had the same experience. If there are errors in the console Weltmeister can beh…
Thank you, Dominic, that was a comprehensive answer, indeed. iOS5 is much faste…
Hi! Can someone explain to me what Canvas native resolution is?
I have for …
Hi, I wanted to make a simple notification showing health and possibly other va…
Well, it was one more solution. The gravity factor (which I really did not need…
Thank you, Dominic, that explains it. Will try box2d.
Hi! I have a strange problem which I cannot figure out. I have Hero and boxes e…
Thank you BlackDolphinMedia! Will give it a try. It is indeed much more control…
Hello good people!
I have a problem which I do not quite understand. Hero in m…
Hi thanx, samgreen, the problem is that I cannot run a check on this.getHero().…
Hi and thanx for the great plugin!
Is it possible to change current animation…
Ok, sorry, figured the last one as well. The code for Canvas txt was supposed t…
Well, I performance issue report seems to be premature. There were other reason…
Hei, I tried to use Canvas text, a simple string here in draw function:
##
…
Hi samgreen, thanks! But it never gets to the condition health<=0. The hero …
Hi, it resembles my problem which I posted the other day. It seems to take some…
Hi,
the game I am working on finishes when the Hero is killed (naturally:).
…
Hi, I am making an intro which may include a short video. Is there a way to sho…
Got it. Had to apply ig.game.getEntityByName/getEntitiesByType in main update-f…
Hi,
I used the camera code provided by Dominic here:
http://impactjs.com/foru…
Well the problem that I had was when the main Hero was killed parts of the code…
Thank you, that is what I thought. But will it mean that I cannot use getEntity…
Hi all,
I was replacing getEntitiesByType() with getEntityByName(). It seems t…
Thank you Dominic, this has done the trick!