Hi, I'm trying to use the product without effects. It's not working. It's an error with line 68. Firebug tells me that "Effect is not defined"
I fixed the problem by simply surrounding all references to the Effect
class with:
if (this.hasEffectLib) {...}
This surrounds lines 68-74
This solves the problem for me.
Cheers,
Ian
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
