Skip to content

Instantly share code, notes, and snippets.

/gist:3772410
Created Sep 23, 2012

Embed
What would you like to do?
NME clear problem
graphics.clear();
graphics.lineTo(0, 0);
graphics.beginBitmapFill(getTexture(_centerTileX, _centerTileY));
graphics.lineTo(width, height);
graphics.lineTo(0, height);
graphics.lineTo(0, 0);
graphics.endFill();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.