my space:http://www.laaan.cn

who called my actionscript method[from xju.edu.cn]

from:http://xinsync.xju.edu.cn/index.php/archives/tag/as3 A good debug tip when you program in actionscript is to know who and when has called your method. This can be done by generating an error using the “throw new Error()” command inside the traced method. Through a custom error exception we can trace the stack and see the iter of the entire process. 阅读全文——共761字
posted @ 2009-06-08 17:58  laan  阅读(72)  评论(0编辑  收藏  举报
my space:http://www.laaan.cn