Re: [flexcoders] sequencing effects

2007-09-13 Thread grimmwerks
14 621 2888 main 614 410 3195 direct 412 726 8087 mobile [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesday, September 12, 2007 4:29 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] sequencing effects You put the a

Re: [flexcoders] sequencing effects

2007-09-13 Thread grimmwerks
Michael Krotscheck Senior Developer RESOURCE INTERACTIVE www.resource.com 614 621 2888 main 614 410 3195 direct 412 726 8087 mobile [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesda

Re: [flexcoders] sequencing effects

2007-09-12 Thread grimmwerks
otscheck Senior Developer RESOURCE INTERACTIVE www.resource.com 614 621 2888 main 614 410 3195 direct 412 726 8087 mobile [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesday, September 12, 2007 4:29 PM To: flexcoders@yahoogroup

RE: [flexcoders] sequencing effects

2007-09-12 Thread Mike Krotscheck
OTECTED] On Behalf Of grimmwerks Sent: Wednesday, September 12, 2007 4:29 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] sequencing effects You put the addChild WITHIN the transition? Is there an example of this somewhere? I didn't know you could do that. On Sep

Re: [flexcoders] sequencing effects

2007-09-12 Thread grimmwerks
12:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] sequencing effects Trying to do about 50 things at once for a demo today. Say I've got a state with a number of addChildren elements. I've got a transition I want to call on those children, but not all at once -- in sequenc

RE: [flexcoders] sequencing effects

2007-09-12 Thread Mike Krotscheck
12:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] sequencing effects Trying to do about 50 things at once for a demo today. Say I've got a state with a number of addChildren elements. I've got a transition I want to call on those children, but not all at once -- in sequence

[flexcoders] sequencing effects

2007-09-12 Thread grimmwerks
Trying to do about 50 things at once for a demo today. Say I've got a state with a number of addChildren elements. I've got a transition I want to call on those children, but not all at once -- in sequence. How can I do this? I realize the Sequence is for sequencing effects, not elements; but is