Skip to content

Instantly share code, notes, and snippets.

@lynndylanhurley
Created December 8, 2010 20:23
Show Gist options
  • Save lynndylanhurley/733847 to your computer and use it in GitHub Desktop.
Save lynndylanhurley/733847 to your computer and use it in GitHub Desktop.
case "helpPrev":
var previous:Number;
if ( !active.index || active.index < 3 )
previous = 5;
else
previous = active.index - 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment