>>I think I whip up custom events more than almost anything else.

Yup  - me too - in fact, in FlashDevelop, I have a nice event template in the 
form of a code snippet for a new custom events I use all the time:

package
{
        import flash.events.Event;
        
        public class extends Event
        {
                public static var :String = "";

                public function (type:String, bubbles:Boolean=false, 
cancelable:Boolean=false)
                {
                        super(type, bubbles, cancelable);
                }
        }

}


Jason Merrill
Bank of America     Instructional Technology & Media   ·   Learning Performance 
Solutions L&LD

Interested in Flash Platform technologies?  Join the Bank of America Flash 
Platform Community 
Interested in innovative ideas in Learning?  Check out the Innovative Learning 
Blog and subscribe.



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to