Skip to content

Instantly share code, notes, and snippets.

Created April 30, 2015 23:49
Show Gist options
  • Save anonymous/7bc426fdd3f7a45de4ff to your computer and use it in GitHub Desktop.
Save anonymous/7bc426fdd3f7a45de4ff to your computer and use it in GitHub Desktop.
//In
slider.mc..
.{x y} := root.graphMc;
.y+=100
//Out
slider.mc.x = root.graphMc.x;
slider.mc.y = root.graphMc.y;
slider.mc.y += 100;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment