Impact

11 Posts, registered 1 decade ago

Contact

Sorry, but inihility did not enter an email address.

Recent Posts

1 decade ago in Multiple entities, only one spawning bullets properly:

When I try that with either - ## attackTimer: null, init:function(x,y,setting…

1 decade ago in Multiple entities, only one spawning bullets properly:

I did initialize the timer in the class itself like so: ## attackTimer: new ig…

1 decade ago in Multiple entities, only one spawning bullets properly:

I have an entity A that spawns bullets from another entity B, I need to spawn s…

1 decade ago in How to 'move' entities? ig.Image vs ig.AnimationSheet:

I see, I was really over complicating things - thanks a lot!

1 decade ago in How do I reference an entity I spawned in another class?:

I'm trying to reference an entity I spawned's function to check its state. The…

1 decade ago in How to 'move' entities? ig.Image vs ig.AnimationSheet:

A hack method I put together that kind of works with ig.Image but is far from e…

1 decade ago in How to 'move' entities? ig.Image vs ig.AnimationSheet:

Hey folks, I'm trying to create an entity that I can move around on the game sc…

1 decade ago in spawnEntity nothing showing up:

Update: I added this to my selectscreen.js ## update: function() { …

1 decade ago in spawnEntity nothing showing up:

Thanks for your response, I've tried playing around with spritesheet/image call…

1 decade ago in spawnEntity nothing showing up:

That's correct, I see the "entityspawned" message over and over again…

1 decade ago in spawnEntity nothing showing up:

Hello everyone, I'm new to ImpactJS and JavaScript in general so please be easy…