PDA

View Full Version : Stroke Style in AS?


Checkers
09-25-2007, 12:33 PM
I've got a nice little drawing SWF I've been working on. So far it's working nicely. However, I would like to be able to change the stroke style of the line that's being created. Is there any way to do that in actionscript?

dail
09-25-2007, 09:35 PM
Look up lineStyle () in the docs

Checkers
09-26-2007, 11:11 AM
From what I can tell, lineStyle () doesn't change the stroke style. Upon further investigation, I've found this page: http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00004424.html

But I am unsure how to properly integrate it into my Flash.