Skip to content

Instantly share code, notes, and snippets.

@itsDanOades
Created July 2, 2014 16:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsDanOades/a0fe5434b7cf5b52f33c to your computer and use it in GitHub Desktop.
Save itsDanOades/a0fe5434b7cf5b52f33c to your computer and use it in GitHub Desktop.
Basic tab controls on a Flash Sprite
//Basic tab controls on a Flash Sprite
var myDisplayObject : Sprite = new Sprite();
myDisplayObject.tabEnabled = true;
myDisplayObject.tabIndex = 0;
myDisplayObject.buttonMode = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment