Impact

5 Posts, registered 1 decade ago

Contact

Send an email to samgreen

Recent Posts

1 decade ago in Strange canvas behaviour in Chrome:

This is likely caused by passing the wrong image / tile sizes to Impact. I have…

1 decade ago in Scope Issue?:

Change this line: ## var ent = this.entities[i]; ## to this: ## var ent…

1 decade ago in Background Animation:

Are you updating and drawing the animation in your game update and draw methods…

1 decade ago in Entities load:

If you post some more code I might be able to help you out with it. You can use…

1 decade ago in Entities load:

What about: ## if ( this.getHero() ) { if ( this.getHero.health <= 0 …