Hmmm... so, here is a little trick I used to use. In the _root of your movie, 
make a global function like;


_global.breakPoint = function (){
        var setBreakPointHere = null;   
}

And send a break point ( using the IDE at: setBreakPointHere );

Then simply call that function wherever you want to break, and step through 
your code. Also, another little trick for intervals/onEnterFrame loops, is to 
use a low frame rate / high interval to better see what is happening in your 
code.

Hope this helps..


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to