I have an action RPG four months into development using Impact JS for the game engine with heavily tweaked entities and my own top down perspective control scheme like the Amiga classic - Chaos engine. It's getting very close to closed Beta readiness.
I've got this problem in the loader at 90% running on Firefox. I set the w…
I've been developing a 2D top down RPG called Urban Assault Team (working …
Thanks for posting this. Can you post a working example at all?
Looks fab! It's got that Japanesey feel to it with the cute graphics and s…
I've renamed the Minimap plugin as Radar plugin to more accurately reflect…
looks like just the thing I need for making scripted events which is awesome!
I've just reorganized my mini map code I'm using for my action RPG. I…
@vincentpiel you're right I didn't mention that when using kill on a …
I use a firing mode so the player doesn't use up all their ammo when holdi…
That's exactly what I have done with a few improvements. so the player ent…
Alright I did it! Here's some screen grabs..
[https://docs.google.com/f…
Except in both cases the code constantly switches the player between the two st…
That is why I have the player mode property so I can see in my debug panel what…
I tried to switch between player movement states (using ig.input.released) but …
Cool! I didn't know it was possible to pass the settings object into the u…
Ok Mimik I followed your tip and renamed separated the kill code in the player …
Using kill() on the player entity will run the code I have in the kill() functi…
I'm still banging my head against the wall with this. I'd love to kno…
I have an action RPG in development using Impact JS for the game engine with my…
I have a basement garage level I'm building where I want the player to ent…
What counts as fair pricing for commissioning concept artwork is likely to be s…
As some of you who hang out on the code forums might be aware, I'm working…
I received some feedback on my plugin recently so I've updated the readme.…
Right I'll give that a go tonight when I get home from work.
Still no joy with this. Can't release or demo preview code until i can get…
No but when I changed the bat file to read like so:
C:/xampp/php/php.exe tools…
Bump.. Could really do with an answer because I need to able to test my demo on…
I've just updated the plugin to v0.3 on my repo:
https://github.com/bitma…
Here's a work in progress plugin I wrote using Impact JS and jQuery for th…
Cool my inventory class can be called from my HUD entity so the inventory class…