Skip to content

Instantly share code, notes, and snippets.

@cspotcode
Created June 8, 2013 14:26
Show Gist options
  • Save cspotcode/5735333 to your computer and use it in GitHub Desktop.
Save cspotcode/5735333 to your computer and use it in GitHub Desktop.
// event handlers as methods
object object0 {
create() {
event_bind(ev_step, _ev_step);
}
script _ev_step() {
// do stuff
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment