| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Dragon's Pearl
Join Date: Jul 2005
Location: Los Angeles
Posts: 2
|
Soften Fill Edges makes shapes and I want to manipulate their color and alpha. Shapes can't have their color or alpha manipulated in ActionScript, but MovieClip symbols can, so I need to convert all of the shapes in the soften fill edges to movie clips.
ActionScript Code:
Last edited by hangalot; 08-25-2005 at 04:13 PM.. |
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Mar 2005
Location: Oxford UK
Posts: 479
|
I've not had to do this yet, and my reference book, Extending Macromedia Flash MX2004 is pretty disheartening on the issue:
Quote:
re btw: comments should work with // - what's your editor? |
|
|
|
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Apr 2004
Location: montréal
Posts: 19
|
Quote:
I've try something like that, but I keep receiving an message "argument is not valid"... ActionScript Code:
thx for the help. |
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Sep 2005
Posts: 1
|
I am kind of new to this, so my suggestion might not be all that useful.
I had a similar need and solved it by using the document.mouseClick() method, looping unit by unit though the area that I needed to look for shapes in. It's pretty slow if the area you need to look through is large. The idea came from some comment posted to the Macromedia live documents on the frame.elements page. This still doesn't completely solve my problem, since I need to figure out how to detect the color of the shape... Something like this: ActionScript Code:
Last edited by Bluejayoo; 09-13-2005 at 11:55 PM.. Reason: Code Error |
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jul 2005
Posts: 25
|
to group an array:
ActionScript Code:
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|