Skip to main content
December 9, 2008
Answered

Add a keyline to a shape through actionscript?

  • December 9, 2008
  • 1 reply
  • 326 views
I have written an inverse mask function that allows the user to draw on the screen and basically erase what they can see... there's a bit more to it than that but it's a live project!
I was wondering if it's possible to:
- add a keyline to a shape through actionscript?
- or Expand the Fill of the shape by a few pixels to give the appearance of a keyline?

Cheers
This topic has been closed for replies.
Correct answer
Cheers! That did it.

1 reply

Inspiring
December 9, 2008
The glow filter can be used at a small radius with a strong value to fake an outline.
Correct answer
December 9, 2008
Cheers! That did it.