I downloaded the Empty project, and there is this error (on console) when I try to create a flash project:
C:\Dev\Projetos\Kha\Empty\Kha\Kore\Tools\koremake\Path.js:24 Uncaught TypeError: Cannot read property 'path' of undefined
and nothing happens.
the line is:
Path.prototype.resolve = function (subpath) {
--> if (typeof (subpath) !== 'string') subpath = subpath.path;
return new Path(path.join(this.path, subpath));
};