Jump to content
Search Community

broomhill

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by broomhill

  1. I'd suggest looking at the Flash Help docs on the Graphics.lineStyle() method. I think it's the 5th parameter that you'd want to set to LineScaleMode.NONE if you don't want it to scale.

     

    lineStyle(thickness:Number, color:uint = 0, alpha:Number = 1.0, pixelHinting:Boolean = false, scaleMode:String = "normal", caps:String = null, joints:String = null, miterLimit:Number = 3):void

     

    Thanks Jack, this was the answer to my problem scaling problem.

×
×
  • Create New...