2007-03-15
MTASC-2-Firebug improved!
Sebastian Wichmann just send me a patch which makes big improvements of the appearance of mtasc2firebug! There's also some code cleanup! Here's a small preview of what you will get!
Thank you Sebastian! Download the new package here!

2 Comments
-
Add this to Debug.as to trace MovieClips:
case 'movieclip': var _mcs = new Array(); for(var i in obj){ _mcs.push({MovieClip:String(obj[i]),Depth:obj[i].getDepth()});//[obj[i].getDepth()]=String(obj[i]); } jsCommand = 'console.dir(' JSON.stringify(_mcs) ');'; delete _mcs; break; -
[...] If you are using Firebug (see my post here: Firebug — web development evolved), you might be interested in the following: MTASC-2-Firebug improved! [...]



