Skip to content

Instantly share code, notes, and snippets.

@darscan
darscan / AOPTest.as
Created December 30, 2011 17:27 — forked from nodename/AOPTest.as
Interesting use of 'finally' to slip some code in before a function returns
// originally from Andy Shang http://bbs.9ria.com/viewthread.php?tid=47399
package
{
import flash.display.Sprite;
public class AOPTest extends Sprite
{
public function AOPTest()
{