[screenweaver] New Screenweaver Patch Available (Really fixes F8 and V2 issues)

Michael michael.stuhr at gmail.com
Sun Sep 25 02:04:59 PDT 2005


> _root.showMessage = function(evt)
> {
>    swDebug.trace(evt); // doesn't work!!
>     play() // does work!
> }
> butt.addEventListener ('click', showMessage)
> stop()
>
> sorry to say that, but there seems to me a little bug still in there :-(
>

sorry to bother you, it works, way too sleepy :-)  the code above
won't trace in the debugger, cause evt is an Object, but:
 swDebug.trace("evt"); // does work!!
swDebug.traceObject(evt);// doesn't work!! swf stops all actions!

weird!

micha



More information about the screenweaver mailing list