Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Andreas Rønning
Philip Smith wrote: Hi there, I'm looking for an AS2 class that will provide a drop shadow for a window pane that is continually resizing. I would prefer a class with an easy interface, that allows a movie clip to be registered as the clip to be shadowed, with a constant loop running

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread eric dolecki
You don't even need a class to do that really... apply a dropShadow filter to it and you're done. - edolecki On 2/27/06, Philip Smith [EMAIL PROTECTED] wrote: Hi there, I'm looking for an AS2 class that will provide a drop shadow for a window pane that is continually resizing. I would

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Charles Parcell
I wouldn't have such a class loop to keep checking the dropshadow. There really is no need. The dropshadow is always rendered from the visible part of a MC. So if the MC is resized then it too resizes. Charles P. On 2/27/06, Philip Smith [EMAIL PROTECTED] wrote: Hi there, I'm looking for

RE: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Mike Mountain
We're assuming you're using Flash 8 If not then a drop shadow class is a perfectly reasonable thing to try and tackle in mx04 M On 2/27/06, Philip Smith [EMAIL PROTECTED] wrote: Hi there, I'm looking for an AS2 class that will provide a drop shadow for a window pane that

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread eric dolecki
http://www.quasimondo.com/archives/000202.php Quasi is mondo :) Not a class - but check it out. On 2/17/06, Mike Mountain [EMAIL PROTECTED] wrote: We're assuming you're using Flash 8 If not then a drop shadow class is a perfectly reasonable thing to try and tackle in mx04 M On

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Philip Smith
: [Flashcoders] Dynamic drop shadow Philip Smith wrote: Hi there, I'm looking for an AS2 class that will provide a drop shadow for a window pane that is continually resizing. I would prefer a class with an easy interface, that allows a movie clip to be registered as the clip to be shadowed

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Philip Smith
: Re: [Flashcoders] Dynamic drop shadow http://www.quasimondo.com/archives/000202.php Quasi is mondo :) Not a class - but check it out. On 2/17/06, Mike Mountain [EMAIL PROTECTED] wrote: We're assuming you're using Flash 8 If not then a drop shadow class is a perfectly reasonable thing

RE: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Jim Tann
list Subject: Re: [Flashcoders] Dynamic drop shadow Thanks for the responses. Is there an AS 2.0 equivalent AS 2.0 Flash 7 version of the Quasi file? I know the drop shadow can be created with a shape tweening class from scratch, but there is not enough time in this project for that. I found

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread eric dolecki
it from the original slightly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Smith Sent: 28 February 2006 04:30 To: Flashcoders mailing list Subject: Re: [Flashcoders] Dynamic drop shadow Thanks for the responses. Is there an AS 2.0

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Charles Parcell
Rønning [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, February 17, 2006 9:31 AM Subject: Re: [Flashcoders] Dynamic drop shadow Philip Smith wrote: Hi there, I'm looking for an AS2 class that will provide a drop shadow for a window pane

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Philip Smith
- Original Message - From: Jim Tann [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, February 17, 2006 11:29 AM Subject: RE: [Flashcoders] Dynamic drop shadow Can you duplicate the movie you want the shadow on and tint it to be black set its alpha

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Philip Smith
Subject: Re: [Flashcoders] Dynamic drop shadow You should have noted that you needed a Flash 7 class in your original post. Charles P. On 2/27/06, Philip Smith [EMAIL PROTECTED] wrote: Ok smartie, let's see you write your own drop shadow class for the Flash 7 player in 1minute... Philip

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread JesterXL
17, 2006 11:40 AM Subject: Re: [Flashcoders] Dynamic drop shadow You should have noted that you needed a Flash 7 class in your original post. Charles P. On 2/27/06, Philip Smith [EMAIL PROTECTED] wrote: Ok smartie, let's see you write your own drop shadow class for the Flash 7 player

RE: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Merrill, Jason
- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of JesterXL Sent: Friday, February 17, 2006 12:21 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Dynamic drop shadow Flex 1.5 has a shadow drawing algo that utilizes the v2 framework to do so it supports Flash 7

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Andreas Rønning
Rønning [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, February 17, 2006 9:31 AM Subject: Re: [Flashcoders] Dynamic drop shadow Philip Smith wrote: Hi there, I'm looking for an AS2 class that will provide a drop shadow for a window pane

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Philip Smith
, but it would take a lot more code than even you could write in one minute. Philip - Original Message - From: Andreas Rønning [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, February 17, 2006 1:02 PM Subject: Re: [Flashcoders] Dynamic drop shadow

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Johannes Nel
@chattyfig.figleaf.com Sent: Friday, February 17, 2006 1:02 PM Subject: Re: [Flashcoders] Dynamic drop shadow Nah man. For flash 7 it's not a smart thing to write a dropshadow class like the one you describe at all. You'd put the drop shadow functionality in your window class draw method. The big

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Andreas Rønning
write in one minute. Philip - Original Message - From: Andreas Rønning [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, February 17, 2006 1:02 PM Subject: Re: [Flashcoders] Dynamic drop shadow Nah man. For flash 7 it's not a smart thing

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Jim Kremens
Message - From: Andreas Rønning [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, February 17, 2006 9:31 AM Subject: Re: [Flashcoders] Dynamic drop shadow Philip Smith wrote: Hi there, I'm looking for an AS2 class

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Philip Smith
Hi Jim, I'd like to check the code out, my email is [EMAIL PROTECTED] Thanks. - Original Message - From: Jim Kremens [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, February 17, 2006 2:45 PM Subject: Re: [Flashcoders] Dynamic drop shadow

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread Martin Wood
btw, have you fixed your clock or is this a cynical attempt to stay at the top of my list of flashcoders emails? ;) martin. Philip Smith wrote: Hi Jim, I'd like to check the code out, my email is [EMAIL PROTECTED] Thanks. ___

Re: [Flashcoders] Dynamic drop shadow

2006-02-17 Thread JesterXL
flashcoders@chattyfig.figleaf.com Sent: Friday, February 17, 2006 12:39 PM Subject: RE: [Flashcoders] Dynamic drop shadow Flex 1.5 has a shadow drawing algo that utilizes the v2 framework to do so it supports Flash 7; AS2. ... and Flex 1.5 will also cost you $15,000.00 USD. Rather expensive for a drop