Created
August 7, 2014 00:04
-
-
Save splhack/a37e2795882ae29c0329 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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