Hal Leonard wrote:
Yeah in CS3 that's the case - regardless of whether you are using AS2 or
AS3. But to my knowledge, in Flash 8, it is still 0 to 100.
No, that was the problem: In the Flash 8 authoring environment, you set a 0-100 percentage. But in Actionscript 2.0, the DropShadowFilter.strength property has a range from 0 to 255, where each full integer represents 100% strength. Setting DropShadowFilter.strength = 255 would actually give it 25,500% strength. DropShadowFilter.strength = 0.5 would give it 50% strength.

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to