Skip to content

Instantly share code, notes, and snippets.

@msfeldstein
Created August 22, 2014 16:57
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 msfeldstein/fcae554c71d91f7f7799 to your computer and use it in GitHub Desktop.
Save msfeldstein/fcae554c71d91f7f7799 to your computer and use it in GitHub Desktop.
imageLayer = new Layer x:0, y:0, width:128, height:128
imageLayer.on "change:x", () ->
print imageLayer.x
imageLayer.on Events.Click, () ->
imageLayer.animate
properties:
x: imageLayer.x + 100
time: .4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment