quote:
Originally posted by deAd
It tells me the object doesn't exist :/, tried that a while ago...
thats because of the crappy jscript parser parses all functions first so you have to wrap it
code:
var comObject = //com here
var runme = function(){
function ComObject::Event() {
}
}
runme();