Skip to content

Instantly share code, notes, and snippets.

@01GOD
Created January 16, 2015 17:12
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 01GOD/3d3bd39bde2750d614f6 to your computer and use it in GitHub Desktop.
Save 01GOD/3d3bd39bde2750d614f6 to your computer and use it in GitHub Desktop.
EA: Set timeout (make a symbol generate after a specified timeout after an event. From https://forums.adobe.com/thread/1079972?start=0&tstart=0
So far I have this code to set up the setTimeout in the click tab of the stage:   if (playing) {      timerName= setTimeout(function() {      sym.$("buttonName").show();      }, 10000); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment