Impact

6 Posts, registered 1 decade ago

Contact

Send an email to Mediamonkey

Recent Posts

1 decade ago in Inheritance check without instantiation:

Alright, maybe I needed to add an example :) In ActionScript I'd write: ## fun…

1 decade ago in How to include external libraries elegantly?:

I made a plugin for weltmeister and needed a jquery plugin called ocupload.js …

1 decade ago in Resolution independence?:

Sure, in impact.js you'll find the _boot method at line 369. Here is where the…

1 decade ago in Inheritance check without instantiation:

Hey all, I've added 2 lines to the core impact.js file at line# 548 ## Class.p…

1 decade ago in This tool will convert an animated GIF into a PNG tilesheet:

Here's another tool: Shoebox. http://renderhjs.net/shoebox This AIR applicati…

1 decade ago in Time reversal:

Then don't use a stack (array), but a linked list. For recording, you can take…