Skip to content

Instantly share code, notes, and snippets.

@tayfunoziserikan
Created May 25, 2011 17:51
Show Gist options
  • Save tayfunoziserikan/991472 to your computer and use it in GitHub Desktop.
Save tayfunoziserikan/991472 to your computer and use it in GitHub Desktop.
Tayfun's Rain Listener
Earth.weather.on('onRain', function() {
Tayfun.body.actionManager.fireEvent('goToTheBeach', {
params: {
beer: true,
chips: true,
duration: 'unlimited'
}
});
}, this);
Tayfun.events.on('goToTheBeach', function(params) {
Tayfun.letsRock(params);
}, this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment