We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
these are the events you can listen for via bind or emit via trigger
jj object events (eg, jj.bind('tick', callback) )
tick(frame) (frame is 1-30) clock(hour, minute)
creature events (eg, creature.bind('touch', callback) and/or creature.trigger('touch' creature) )
touch(creature) see(creature) hear(creature) smell(creature) eat(creature)