Skip to content

Instantly share code, notes, and snippets.

@videlais
Last active December 25, 2015 13:39
Show Gist options
  • Save videlais/6985244 to your computer and use it in GitHub Desktop.
Save videlais/6985244 to your computer and use it in GitHub Desktop.
ActionScript 3 Example 2 FlxSprite
var background:FlxSprite;
background = new FlxSprite();
background.makeGraphic(100, 100);
add(background);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment