Skip to content
joelmartinez edited this page Mar 8, 2013 · 4 revisions

Usage

var radius = 10;
var circle = frb.SpriteManager.addCircle(radius);

Available Properties

  • All PositionedObject properties
  • color - The fill color of the circle.
  • borderColor - The color of the border.
  • borderWidth - The width of the border.
  • alpha - range 0 (fully transparent) to 1 (fully opaque).
Clone this wiki locally