Impact

8 Posts, registered 1 decade ago

Contact

Send an email to Jack9

Recent Posts

1 decade ago in Error when loading weltmeister:

I downloaded the latest version, 1.2 extracted the contents to a local domain o…

1 decade ago in Bug - Keydown - Input.js:

Might want to add a couple others. mouseup/touchstop too. This is in case you m…

1 decade ago in Selection Box Marquee:

This took awhile to develop. About 3 days of fiddling. There is no STANDARD way…

1 decade ago in Bug - Keydown - Input.js:

Put your pointer somewhere in the middle, over the canvas. Reload the applicati…

1 decade ago in spawn multiple (player)entities with _different_ names:

Use a configuration array. # var conf = [0,0,1,2,1,2,0,3,0,4]; # If necessa…

1 decade ago in Will Impact Work For Me?:

If you're thinking multiplayer, your major issue is the slowness of AJAX calls.…

1 decade ago in How to implement en menu ?:

I wanted to implement a menu on an EntityCreature, so here's a simplified versi…

1 decade ago in How to implement en menu ?:

I did that this weekend. I translated the menu/item class code to javascript. …