Skip to content

Instantly share code, notes, and snippets.

@neilmanuell
Created February 25, 2011 12:40
Show Gist options
  • Save neilmanuell/843726 to your computer and use it in GitHub Desktop.
Save neilmanuell/843726 to your computer and use it in GitHub Desktop.
Example of executing the Close MacroAction
[Inject(name="lockDoor")]
public var lockDoor:IActionable;
public function onClick( event:MouseEvent ):void{
lockDoor.action()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment