line Style in flash 8

We all saw in those presentations that with flash 8 one has more control over line properties in the flash IDE than in MX 2004.
Since those presentations i tried to find the way to use this via Actionscript and tata…
After some try and error efforts i found that the lineStyle method has several new arguments. The first two are still unknown to me the third new parameter is for the cap style (i tried “round”,”none”, “square”) and the forth is for the joint of two lines (i found “bevel”! and “round”).
See this example here
Sure you need Flash 8 beta player installed to see the magic.
Get the fla here

Anyone know more about those parameters?

Cheers

Benz

Comments

3 responses to “line Style in flash 8”

  1. Tinic Uro Avatar

    The third joint style is “miter” which is probably the most important one. You can change the miter limit with a value following the joint style argument, I think default is a factor of 4.

  2. Administrator Avatar
    Administrator

    Cool thanx. Were did you find this information?

  3. Tinic Uro Avatar

    I did not find it, I am part of the source. 😉 Look at my blog and you’ll understand.