Skip to content

Instantly share code, notes, and snippets.

@Geokureli

Geokureli/output Secret

Last active April 4, 2017 05:16
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 Geokureli/64c99301b98f516435e9f74ecf2c3a57 to your computer and use it in GitHub Desktop.
Save Geokureli/64c99301b98f516435e9f74ecf2c3a57 to your computer and use it in GitHub Desktop.
INFO:
add enter: a listener for when a label is entered was added
add exit: a listener for when a label is exited was added
dispatch enter/exit: dispatching events, flabel was entered/exited
"start" is the label from frames 1-34, "choice_1" is frame 35. "door1" is frame 36
meaning "currentLabel: start" should show up 34 times (and does targeting flash)
OUTPUT:
Anim.hx:318: add enter: start
Anim.hx:318: add enter: choice_1
Anim.hx:318: add enter: door1
Anim.hx:318: add enter: door1Locked
Anim.hx:318: add enter: door2
Anim.hx:318: add enter: door3
Anim.hx:318: add enter: death_1
Anim.hx:318: add enter: door1Break
Anim.hx:318: add enter: empty
Anim.hx:270: currentLabel: start
Anim.hx:318: dispatch enter: start
Anim.hx:318: add exit: start
Anim.hx:270: currentLabel: start
Anim.hx:270: currentLabel: start
Anim.hx:270: currentLabel: door1
Anim.hx:318: dispatch enter: door1
Anim.hx:318: add exit: door1
Anim.hx:318: dispatch exit: start
Anim.hx:301: currentLabel: door1
Anim.hx:318: add enter: start
Anim.hx:270: currentLabel: door1
Anim.hx:270: currentLabel: door1
Anim.hx:270: currentLabel: door1
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment