Skip to content

Instantly share code, notes, and snippets.

@kinsteronline
Created March 27, 2013 18:31
Show Gist options
  • Save kinsteronline/5256816 to your computer and use it in GitHub Desktop.
Save kinsteronline/5256816 to your computer and use it in GitHub Desktop.
note sure how I feel about these....
wave = 'Shockwave';
force = 84;
liquidObject["make" + wave ](force);
makeShockwave.apply(liquidObject, [force]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment