Skip to content

Instantly share code, notes, and snippets.

@mattcolman
Created October 5, 2012 03:01
Show Gist options
  • Save mattcolman/3837814 to your computer and use it in GitHub Desktop.
Save mattcolman/3837814 to your computer and use it in GitHub Desktop.
Set timeout
# call @method in 2 seconds
@delayedCall(2, @method)
# delete the delayedCall
@tweenMax.killDelayedCallsTo(@method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment