11 Posts, registered 1 decade ago
Contact
Sorry, but inihility did not enter an email address.
Recent Posts
When I try that with either -
##
attackTimer: null,
init:function(x,y,setting…
I did initialize the timer in the class itself like so:
##
attackTimer: new ig…
I have an entity A that spawns bullets from another entity B, I need to spawn s…
I see, I was really over complicating things - thanks a lot!
I'm trying to reference an entity I spawned's function to check its s…
A hack method I put together that kind of works with ig.Image but is far from e…
Hey folks, I'm trying to create an entity that I can move around on the ga…
Update:
I added this to my selectscreen.js
##
update: function() {
…
Thanks for your response, I've tried playing around with spritesheet/image…
That's correct, I see the "entityspawned" message over and over …
Hello everyone, I'm new to ImpactJS and JavaScript in general so please be…