Impact

33 Posts, registered 1 decade ago

Contact

Send an email to igr

Recent Posts

1 decade ago in Mouse clickable menu:

Hi blast, that was an extra comprehensive answer! Thanx a lot!

1 decade ago in Mouse clickable menu:

Hi gxxaxx! Ja, exactly, menu marching on the screen is kind of cool, but there …

1 decade ago in Mouse clickable menu:

Hi dear good people. I have a simple question, but due to the lack of JS experi…

1 decade ago in Disappearing Layers:

Dominic, thank you for the tip with prerendering. But I still do not understand…

1 decade ago in Disappearing Layers:

Well, the power of 2 does not seem to help. The same error. As I mentioned it i…

1 decade ago in Disappearing Layers:

Hi I have DOM error in Chrome 15.0.874.106. ## Uncaught Error: INDEX_SIZE_ER…

1 decade ago in Reasons why an entity can not be added in the Weltmeister:

Had the same experience. If there are errors in the console Weltmeister can beh…

1 decade ago in Canvas native resolution:

Thank you, Dominic, that was a comprehensive answer, indeed. iOS5 is much faste…

1 decade ago in Canvas native resolution:

Hi! Can someone explain to me what Canvas native resolution is? I have for …

1 decade ago in Simple Notification with .context:

Hi, I wanted to make a simple notification showing health and possibly other va…

1 decade ago in Offset problem when entities are put on each other:

Well, it was one more solution. The gravity factor (which I really did not need…

1 decade ago in Offset problem when entities are put on each other:

Thank you, Dominic, that explains it. Will try box2d.

1 decade ago in Offset problem when entities are put on each other:

Hi! I have a strange problem which I cannot figure out. I have Hero and boxes e…

1 decade ago in Animation plays randomly:

Thank you BlackDolphinMedia! Will give it a try. It is indeed much more control…

1 decade ago in Animation plays randomly:

Hello good people! I have a problem which I do not quite understand. Hero in m…

1 decade ago in Entities load:

Hi thanx, samgreen, the problem is that I cannot run a check on this.getHero().…

1 decade ago in Tween plugin:

Hi and thanx for the great plugin! Is it possible to change current animation…

1 decade ago in Canvas Text vs Impact Font:

Ok, sorry, figured the last one as well. The code for Canvas txt was supposed t…

1 decade ago in Canvas Text vs Impact Font:

Well, I performance issue report seems to be premature. There were other reason…

1 decade ago in Canvas Text vs Impact Font:

Hei, I tried to use Canvas text, a simple string here in draw function: ## …

1 decade ago in Entities load:

Hi samgreen, thanks! But it never gets to the condition health<=0. The hero …

1 decade ago in get properties of entities right after loadLevel:

Hi, it resembles my problem which I posted the other day. It seems to take some…

1 decade ago in Entities load:

Hi, the game I am working on finishes when the Hero is killed (naturally:). …

1 decade ago in Video in impact:

Hi, I am making an intro which may include a short video. Is there a way to sho…

1 decade ago in Screen scroling 2:

Got it. Had to apply ig.game.getEntityByName/getEntitiesByType in main update-f…

1 decade ago in Screen scroling 2:

Hi, I used the camera code provided by Dominic here: http://impactjs.com/foru…

1 decade ago in getEntityByName() issue:

Well the problem that I had was when the main Hero was killed parts of the code…

1 decade ago in getEntityByName() issue:

Thank you, that is what I thought. But will it mean that I cannot use getEntity…

1 decade ago in getEntityByName() issue:

Hi all, I was replacing getEntitiesByType() with getEntityByName(). It seems t…

1 decade ago in Multiple background animations:

Thank you Dominic, this has done the trick!