RE: [flexcoders] Flex2 :: Documenting :: Effects

2006-04-02 Thread Matt Chotin
Effects have metadata just like the styles and events. E.g., /** * Component is moved. */ [Effect(name=moveEffect, event=move)] Name is the name, event is the event that triggers this effect. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Flex2 :: Documenting :: Effects

2006-03-31 Thread Stephen Gilson
There is an Effect metadata tag in the code, like a Style or Event metadata tag. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael SchmalleSent: Friday, March 31, 2006 10:24 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex2 :: Documenting

Re: [flexcoders] Flex2 :: Documenting :: Effects

2006-03-31 Thread Michael Schmalle
Kewl, Thanks Stephen! That is all I needed to know ;-) Peace, MikeOn 3/31/06, Stephen Gilson [EMAIL PROTECTED] wrote: There is an Effect metadata tag in the code, like a Style or Event metadata tag. Stephen From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On