Skip to content

Instantly share code, notes, and snippets.

@splhack
Created August 7, 2014 00:04
Show Gist options
  • Select an option

  • Save splhack/a37e2795882ae29c0329 to your computer and use it in GitHub Desktop.

Select an option

Save splhack/a37e2795882ae29c0329 to your computer and use it in GitHub Desktop.
AddMovieEventHandler("movie_clip_name", render:(m) => {
Debug.Log(string.Format("x={0} y={1} scaleX={2} scaleY={3}", m.x, m.y, m.scaleX, m.scaleY));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment