Skip to content

Instantly share code, notes, and snippets.

Created December 29, 2014 06:38
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 anonymous/89414e7052999097d9a2 to your computer and use it in GitHub Desktop.
Save anonymous/89414e7052999097d9a2 to your computer and use it in GitHub Desktop.
stop = false
stopper = new Layer
stopper.on Events.Click, ->
stop = true
Utils.interval 2, ->
if stop
return false
else
print "hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment