Skip to content

Instantly share code, notes, and snippets.

@romaimperator
Created November 18, 2013 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romaimperator/7536611 to your computer and use it in GitHub Desktop.
Save romaimperator/7536611 to your computer and use it in GitHub Desktop.
next_frame_button.addEventListener(MouseEvent.CLICK, go_to_next_frame);
function go_to_next_frame(event:MouseEvent):void
{
nextFrame();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment