Tag Archives: debugging

try catch mistakes

To cope with errors in code we can do many thing, among many approaches the most powerful is to use “try catch finally” block around the code that might cause trouble (one we know that it throws Errors) but what … Continue reading

Posted in actionscript, flash | Tagged , , | Comments Off on try catch mistakes