flash question! help!
flash question! help!
Out of context: Reply #6
- Started
- Last post
- 19 Responses
- nearestexit0
here's the syntax for creating a dynamic gradient fill:
path.beginGradientFill (type, colors, alphas, ratios, matrxi)
you have to first have an empty movie clip on the stage to use this...easy way to do this is by using: _root.createEmptyMovieClip("blan... 1);
make sense at all?