Skip to content

Instantly share code, notes, and snippets.

View EasonPai's full-sized avatar

Eason PI EasonPai

  • Eason Pai
  • Taipei, Taiwan
View GitHub Profile
@EasonPai
EasonPai / Gauge.as
Last active December 22, 2015 06:49 — forked from PrimaryFeather/Gauge.as
Added a small enhancement to get cleaner usage. Gauge's constructor accepts background and foreground image, these 2 images will align to center automatically.
/**
* Example:
*
* var gauge:Gauge = new Gauge( YourFgTextureHere , YourBgTextureHere);
* addChild(gauge);
**/
package starling.extensions
{
import flash.geom.Point;