this.addEventListener(Event.POST_SOMETHING_AWESOME, you.readIt);
DisclaimerThe opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway. © Copyright 2009
When defining variables in a class, which do you put first?
(a) private static const (b) public static var
Be the first to rate this post
January 8. 2008 06:04
I do all my public variables before all my private ones.
Jessica
January 6. 2009 08:36