After a successfull compile of: http://nickalie.com/posts/67 , when I try to see it in the browser, I get a Uncaught ReferenceError: createjs is not defined
right here (on the resulting compiled create.js file):
var Main = $hxClasses["Main"] = function() { }
Main.__name__ = ["Main"];
Main._shape = null;
Main._stage = null;
Main.main = function() {
createjs.Ticker.useRAF = true;
Uncaught ReferenceError: createjs is not defined
createjs.Ticker.setFPS(60);
haxe.Log.trace("hallo~!",{ fileName : "Main.hx", lineNumber : 35, className : "Main", methodName : "main"});
}
Edit:
Ok, I added both EaselJS/TweenJS files, no error, but nothing else happens.