[TxMt] Re: AS3 Snippets

Simon Gregory simon at helvector.org
Mon Jun 29 20:46:35 UTC 2009


> I wrote a couple snippets for event-based programming in AS3:
> [...]

Thanks Brenton. I actually use something very similar in my personal  
bundle :) To avoid zombies I also regularly use a removeEventListener  
snippet:

event.currentTarget.removeEventListener(event.type, arguments.callee);

Cheers,
Simon



More information about the textmate mailing list