There's a bug if you return in a try or catch (maybe it's just catch). Colin Moock mentions it in his AS3 book. I personally think it's cleaner to return after a try catch because try catch is not an if else and really shouldn't be treated as such, but that might be because I have avoided returning inside them since I first started using them because of the bug.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to