SSB> That is true, however if you just need a temporary onEnterFrame
SSB> then it's better to just assign it to this instead of delcaring
SSB> it in the class.

I'm used to avoid runtime function declaration just because it can
lead to creating more than one copy of the function, instead of
referring to the same and single function instance. However if the
function instance will be created surely once only (e.g. singleton
class, etc.), then there is no difference of course.

  Attila

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to